Shades of Raw Umber #5E4308
Tints of Raw Umber #5E4308
RGB
CMYK
RGB Variations
Color information
#5E4308 (or 0x5E4308) is known color: Raw Umber. HEX triplet: 5E, 43 and 08. RGB value is (94,67,8). Sum of RGB (Red+Green+Blue) = 94+67+8=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4308 is #A1BCF7. Grayscale: #444444. Windows color (decimal): -10599672 or 541534. OLE color: 541534.
HSL color Cylindrical-coordinate representation of color #5E4308: hue angle of 41.16º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E4308 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 67 | 8 | - |
CMYK | 0 | 0.29 | 0.91 | 0.63 |
HSL | 41.16º | 0.84% | 0.2% | - |
HSV(B) | 41.16º | 0.91% | 0.37% | - |
XYZ | 6.67 | 6.41 | 1.12 | - |
YUV | 68.35 | 93.95 | 146.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 67 | 8 | 0 | 0.29 | 0.91 | 0.63 | 41.16 | 0.84 | 0.2 |
Hex | 5E | 43 | 8 | 0 | 1D | 5B | 3F | 29 | 54 | 14 |
Octal | 136 | 103 | 10 | 0 | 35 | 133 | 77 | 51 | 124 | 24 |
Binary | 1011110 | 1000011 | 1000 | 0 | 11101 | 1011011 | 111111 | 101001 | 1010100 | 10100 |
Color Harmonies of #5E4308
Complementary color
Monochromatic Colors of #5E4308
Black with #5E4308
Text Example
Text Example
White with #5E4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4308; }
p { color: rgb(94,67,8); }
H1.HeaderClassName
{
color: #5E4308;
}
.AnyTagClassName
{
color: #5E4308;
}
</style>
background-color css
<style>
a { background-color: #5E4308; }
a { background-color: rgb(94,67,8); }
div.DivClassName
{
background-color: #5E4308;
}
.BgClassName
{
background-color: #5E4308;
}
</style>
border-color css
<style>
span { border-color: #5E4308; }
span { border-color: rgb(94,67,8); }
td.TdClassName
{
border-color: #5E4308;
}
.TagClassName
{
border-color: #5E4308;
}
</style>