Shades of Raw Umber #5E410B
Tints of Raw Umber #5E410B
RGB
CMYK
RGB Variations
Color information
#5E410B (or 0x5E410B) is known color: Raw Umber. HEX triplet: 5E, 41 and 0B. RGB value is (94,65,11). Sum of RGB (Red+Green+Blue) = 94+65+11=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E410B is #A1BEF4. Grayscale: #434343. Windows color (decimal): -10600181 or 737630. OLE color: 737630.
HSL color Cylindrical-coordinate representation of color #5E410B: hue angle of 39.04º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E410B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 11 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.63 |
| HSL | 39.04º | 0.79% | 0.21% | - |
| HSV(B) | 39.04º | 0.88% | 0.37% | - |
| XYZ | 6.57 | 6.18 | 1.16 | - |
| YUV | 67.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 11 | 0 | 0.31 | 0.88 | 0.63 | 39.04 | 0.79 | 0.21 |
| Hex | 5E | 41 | B | 0 | 1F | 58 | 3F | 27 | 4F | 15 |
| Octal | 136 | 101 | 13 | 0 | 37 | 130 | 77 | 47 | 117 | 25 |
| Binary | 1011110 | 1000001 | 1011 | 0 | 11111 | 1011000 | 111111 | 100111 | 1001111 | 10101 |
Color Harmonies of #5E410B
Complementary color
Monochromatic Colors of #5E410B
Black with #5E410B
Text Example
Text Example
White with #5E410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E410B; }
p { color: rgb(94,65,11); }
H1.HeaderClassName
{
color: #5E410B;
}
.AnyTagClassName
{
color: #5E410B;
}
</style>
background-color css
<style>
a { background-color: #5E410B; }
a { background-color: rgb(94,65,11); }
div.DivClassName
{
background-color: #5E410B;
}
.BgClassName
{
background-color: #5E410B;
}
</style>
border-color css
<style>
span { border-color: #5E410B; }
span { border-color: rgb(94,65,11); }
td.TdClassName
{
border-color: #5E410B;
}
.TagClassName
{
border-color: #5E410B;
}
</style>