Shades of Raw Umber #5F4802
Tints of Raw Umber #5F4802
RGB
CMYK
RGB Variations
Color information
#5F4802 (or 0x5F4802) is known color: Raw Umber. HEX triplet: 5F, 48 and 02. RGB value is (95,72,2). Sum of RGB (Red+Green+Blue) = 95+72+2=169 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.21% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4802 is #A0B7FD. Grayscale: #474747. Windows color (decimal): -10532862 or 149599. OLE color: 149599.
HSL color Cylindrical-coordinate representation of color #5F4802: hue angle of 45.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F4802 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.63 |
| HSL | 45.16º | 0.96% | 0.19% | - |
| HSV(B) | 45.16º | 0.98% | 0.37% | - |
| XYZ | 7.05 | 7.07 | 1.05 | - |
| YUV | 70.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 2 | 0 | 0.24 | 0.98 | 0.63 | 45.16 | 0.96 | 0.19 |
| Hex | 5F | 48 | 2 | 0 | 18 | 62 | 3F | 2D | 60 | 13 |
| Octal | 137 | 110 | 2 | 0 | 30 | 142 | 77 | 55 | 140 | 23 |
| Binary | 1011111 | 1001000 | 10 | 0 | 11000 | 1100010 | 111111 | 101101 | 1100000 | 10011 |
Color Harmonies of #5F4802
Complementary color
Monochromatic Colors of #5F4802
Black with #5F4802
Text Example
Text Example
White with #5F4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4802; }
p { color: rgb(95,72,2); }
H1.HeaderClassName
{
color: #5F4802;
}
.AnyTagClassName
{
color: #5F4802;
}
</style>
background-color css
<style>
a { background-color: #5F4802; }
a { background-color: rgb(95,72,2); }
div.DivClassName
{
background-color: #5F4802;
}
.BgClassName
{
background-color: #5F4802;
}
</style>
border-color css
<style>
span { border-color: #5F4802; }
span { border-color: rgb(95,72,2); }
td.TdClassName
{
border-color: #5F4802;
}
.TagClassName
{
border-color: #5F4802;
}
</style>