Shades of Raw Umber #5F4612
Tints of Raw Umber #5F4612
RGB
CMYK
RGB Variations
Color information
#5F4612 (or 0x5F4612) is known color: Raw Umber. HEX triplet: 5F, 46 and 12. RGB value is (95,70,18). Sum of RGB (Red+Green+Blue) = 95+70+18=183 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.91% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4612 is #A0B9ED. Grayscale: #474747. Windows color (decimal): -10533358 or 1197663. OLE color: 1197663.
HSL color Cylindrical-coordinate representation of color #5F4612: hue angle of 40.52º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F4612 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 18 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.63 |
| HSL | 40.52º | 0.68% | 0.22% | - |
| HSV(B) | 40.52º | 0.81% | 0.37% | - |
| XYZ | 7.02 | 6.86 | 1.53 | - |
| YUV | 71.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 18 | 0 | 0.26 | 0.81 | 0.63 | 40.52 | 0.68 | 0.22 |
| Hex | 5F | 46 | 12 | 0 | 1A | 51 | 3F | 29 | 44 | 16 |
| Octal | 137 | 106 | 22 | 0 | 32 | 121 | 77 | 51 | 104 | 26 |
| Binary | 1011111 | 1000110 | 10010 | 0 | 11010 | 1010001 | 111111 | 101001 | 1000100 | 10110 |
Color Harmonies of #5F4612
Complementary color
Monochromatic Colors of #5F4612
Black with #5F4612
Text Example
Text Example
White with #5F4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4612; }
p { color: rgb(95,70,18); }
H1.HeaderClassName
{
color: #5F4612;
}
.AnyTagClassName
{
color: #5F4612;
}
</style>
background-color css
<style>
a { background-color: #5F4612; }
a { background-color: rgb(95,70,18); }
div.DivClassName
{
background-color: #5F4612;
}
.BgClassName
{
background-color: #5F4612;
}
</style>
border-color css
<style>
span { border-color: #5F4612; }
span { border-color: rgb(95,70,18); }
td.TdClassName
{
border-color: #5F4612;
}
.TagClassName
{
border-color: #5F4612;
}
</style>