Shades of Raw Umber #5B4209
Tints of Raw Umber #5B4209
RGB
CMYK
RGB Variations
Color information
#5B4209 (or 0x5B4209) is known color: Raw Umber. HEX triplet: 5B, 42 and 09. RGB value is (91,66,9). Sum of RGB (Red+Green+Blue) = 91+66+9=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4209 is #A4BDF6. Grayscale: #434343. Windows color (decimal): -10796535 or 606811. OLE color: 606811.
HSL color Cylindrical-coordinate representation of color #5B4209: hue angle of 41.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B4209 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 9 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.64 |
| HSL | 41.71º | 0.82% | 0.2% | - |
| HSV(B) | 41.71º | 0.9% | 0.36% | - |
| XYZ | 6.31 | 6.14 | 1.11 | - |
| YUV | 66.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 9 | 0 | 0.27 | 0.90 | 0.64 | 41.71 | 0.82 | 0.2 |
| Hex | 5B | 42 | 9 | 0 | 1B | 5A | 40 | 2A | 52 | 14 |
| Octal | 133 | 102 | 11 | 0 | 33 | 132 | 100 | 52 | 122 | 24 |
| Binary | 1011011 | 1000010 | 1001 | 0 | 11011 | 1011010 | 1000000 | 101010 | 1010010 | 10100 |
Color Harmonies of #5B4209
Complementary color
Monochromatic Colors of #5B4209
Black with #5B4209
Text Example
Text Example
White with #5B4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4209; }
p { color: rgb(91,66,9); }
H1.HeaderClassName
{
color: #5B4209;
}
.AnyTagClassName
{
color: #5B4209;
}
</style>
background-color css
<style>
a { background-color: #5B4209; }
a { background-color: rgb(91,66,9); }
div.DivClassName
{
background-color: #5B4209;
}
.BgClassName
{
background-color: #5B4209;
}
</style>
border-color css
<style>
span { border-color: #5B4209; }
span { border-color: rgb(91,66,9); }
td.TdClassName
{
border-color: #5B4209;
}
.TagClassName
{
border-color: #5B4209;
}
</style>