[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

BOYS WHAT THE FUCK IS GOING ON HERE.

This is a red board which means that it's strictly for adults (Not Safe For Work content only). If you see any illegal content, please report it.

Thread replies: 36
Thread images: 11

File: Munsell-01.jpg (1MB, 5254x2480px) Image search: [Google]
Munsell-01.jpg
1MB, 5254x2480px
Alright, maybe someone can shed some light on this shit for me. Recently wandered out of the arts section and ended up by a bunch of texts on nuclear physics, organic chemistry and Munsells colour reference guide, The Big Book Of Colour.

I've recently started using the Munsell system for referring to colours, and mixing my pigments and am blown away by how easy this shit is to use for design. For those who don't know, here are a few examples 5R 3/4, 5Y 9/20, 10PB 2/26, N3.

The formula is (Hue slice) (Value)/(Chroma). Where this system differentiates from RGB and co is that it understands that the colour space is not symmetrical (look at the slice for 5Y compared to 10PB, 5Y has high chromatic light values while 10PB has high chromatic low values). I'm digging this shit for design work and palette generation because a 5 value of any slice will be exactly the goddamn same. If I have a 10R 5/10 beside a 10PB 5/10 I know that the amount of chroma between the two colours will be the same and all that's contrasting is the pure hue. If I need to lighten something, I can wrangle around the value numbers and know exactly how much of a difference I am getting! Need a neutralized triad? 10RP 5/4, 10Y 5/4, 5B 5/4. Need to have a bit more chroma? 10RP 5/6, 10Y 5/6, 5B 5/6.

Why the fuck are we using a uniform space for colour reference that holds no value for design and creation? I mean I get the practical nature of storing 8bits per channel info, information theory and all that. but that's useful for information storage, not working with it. But is there any similar method to working with HSV / RGB sliders?

Moreso, can I get a Munsell colour picker for photoshop and shit?
>>
>>2365005
any links for where I can get this book pl0x? and perhaps links pointing to some further reading on using munsell colors, aside from wikipedia
>>
bretty gud
>>
>>2365005
uh, photoshop, everyone works with sliders, and its 16bit, adobe rgb, or lab if your monitor can go the distance.

I donĀ“t know if i missed something on your post.
>>
>>2365005

what the fucking hell are you smoking.
>>
>>2365083
>lab if your monitor can go the distance
care to explain? how is it taxing on your monitor in any way, shape or form?
>>
>>2365125
normal monitors dont cover more than 60% adobe rgb. so you are missing 40% colors when your paint.
but its still good for avoiding certain color artifacts.
>>
File: 38.png (231KB, 1024x1024px) Image search: [Google]
38.png
231KB, 1024x1024px
>>2365036
You can buy the bfull atlas online for 1050$ or use a reproduction, bearing in mind that the gamut of your display will not show 5Y over 16 chroma. There's an android app. Just read the atlas and play with the nspace, read Ittens the elements of color instead.

Here's a 3d view of the nmodel.
https://en.m.wikipedia.org/wiki/Munsell_color_system
>>
File: 1453204937672.jpg (295KB, 1280x960px) Image search: [Google]
1453204937672.jpg
295KB, 1280x960px
>>2365005
Really, really cool concept. I was always affraid of loosing value control hence I never render in color, but just with value. Need to google moar. Pic unrelated.
>>
I am
>>2365277
I found this:
http://www.conceptart.org/forums/showthread.php/155860-Hue-Value-Chroma-Color-Swatches-For-Photoshop
too bad attachments are gone.
>>
File: 1453624250447.jpg (882KB, 2448x3264px) Image search: [Google]
1453624250447.jpg
882KB, 2448x3264px
>>2365288
Me again
here we go:
http://www.andrewwerth.com/color/
Great!
>>
>>2365294
Thanks for the resources, shame the first set of swatches are kill. But that second link is ducking perfect. Thanks for digging that up!

I'm going to find a few hours to see if I can rip out the hex vals from those pages. Maybe at the least I can rig up some applescript jazz to handle conversion back and forth. As greasy as that is
>>
Why is R across bfrom BG, dropped.
>>
File: 7EW16Di.jpg (194KB, 615x819px) Image search: [Google]
7EW16Di.jpg
194KB, 615x819px
>>2365901
That sounds awesome! Waiting for news.
>>
>>2366706
Alright, got some jazz done in a hour. Turns out there's a big excel sheet with some sRGB vals in it and the hex codes (for what fits in the sRGB gamut, the GB hues are lacking AF), transformed the data into text, json'd it, threw it into a go program and boom. Half working.

So this will convert Munsell colours to RGB, but it's hit and miss. If a colour is outside the gamut, or not exactly specified it errors out. Next step is to make a distance function that can select the nearest Munsell colour for a given hex val. Shouldn't be too hard.

This jazz is meant to live in a pipeline, hence it reads from Stdin/Stdout. So This can be bound to a hotkey that calls a applescript on some macro passing along highlighted text, instantly replacing it with Munsell vals, and then converted back to Hex.

>Highlight
>Cmd-Shift-Fuckoff
>Hex-Munsell
>Edit values
>Cmd-Shift-Fuckoff
>Nice hex

I'll finish this tomorrow. Took about an hour. I remember why I paint instead of program now lol.

>munssel.go
> http://pastebin.com/raw/tUPw6hbu
>>
>>2365005
You could just download the W&N or Copic chart and use a traditional workflow.
Then again, PS is shit at blending colors, and this is just one more autistic excuse not to produce finished art "yet".
>>
>>2367248
I work only trad bro. Using a different chart misses the entire point of the system.
>>
>Why the fuck are we using a uniform space for colour reference that holds no value for design and creation?

it's easier. and the results are *good enough* most of the time
>>
Made a repo. Fixed it up such that any sRGB value will be converted to Munsell vals, and the likewise.

Need to fucking integrate this into Applescript, any goons good with that shit?

> https://github.com/germ/munsellScript
>>
File: 001-04.jpg (866KB, 1000x1468px) Image search: [Google]
001-04.jpg
866KB, 1000x1468px
>>2368450
I already had no idea what was going on here >>2366887
So all I can do is say thank you, and wait for some anon to step in and help with whatever you're asking for.
>>
Bumping, we don't want this one to dissapear.
>>
>>2365005
Tl dr pls
>>
Retard here, what is the point of learning this?
>>
OP contact arne on wayofthepixel.net about this he does this kind of thing, build programs which show palletes and shit. He even averaged the internet images colors to find an ideal pallete. There was lots of flesh colors because of all the porn.
>>
>>2369968
Easier way to render and design in color, provided you know how value and greyscale works/are not a complete ass-backwards beginner.

It seems like a much more efficient way of organizing colors
>>
File: demo.gif (2MB, 527x231px) Image search: [Google]
demo.gif
2MB, 527x231px
So I just finished it up, there are a few bugs but it works! Right now the limiting factor is how small the sRGB gamut is compared to what the Munsell system encompasses.

Here's a demo, posted it to Github. Someone install this and let me know how it goes.
>>
>>2370359

https://github.com/germ/munsellScript
>>
krita allows you to choose HSY or HSY' colorpickers, or to create your own one by punching in a few values.
>>
>>2370359
thanks man
>>
reading some literature on Munsell, he seems to be particularly obsessed with the precise notation of colors, however I'm finding very little info on how Munsell's notation can help me mix colors better or create more aesthetically pleasing color choices in my paintings.

Is there nothing new that munsell's system can offer me aside from a more honest representation of how our eyes perceive color?

On a side note, it's somewhat disappointing that Gurney used pic related on his blog to show what Munsell's system is like. It's misleading to put a high value Y on what seems to be a low or mid value slice.
>>
File: munsell sphere slice.jpg (37KB, 395x400px) Image search: [Google]
munsell sphere slice.jpg
37KB, 395x400px
>>2373726
pic related
>>
I have no fucking idea what you guys are talking about since I still work in grayscale learning form, perspective and stuff

should I save anything from here in a folder for when I will decide to go into color?
>>
File: Capture.jpg (79KB, 735x650px) Image search: [Google]
Capture.jpg
79KB, 735x650px
>>2373726
its no more than a tool used to find colours in the colour space after mixing. the 'how' of colour mixing is a fundamental skill you can use with any rendition of the colour space (i.e. color wheels etc), the munsell notation just happens to be the more precise tool

color mixing: http://www.huevaluechroma.com/011.php
unfortunately i have still to read the remaining 80% of this website so i dont know much myself
>>
>>2373726
It's useless for mixing, that comes down to knowing your medium. It's excellent for colour reference and harmony.

Elements of Colour by Itten, give it a read. He gets all floaty with harmonies and contrasts. You can pick Munsell colours and using his theory.
>>
>>2365143
60-70% is the norm, i don't know if 10bit color is required for adobe rgb but 10 bit goes from 16 million colors to 1.6 billion or something along those lines.
>>
File: 48.jpg (117KB, 600x600px) Image search: [Google]
48.jpg
117KB, 600x600px
>>2365143
>40% colours
Please look at this photo.
Thread posts: 36
Thread images: 11


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.