Shades of Raw Umber #5F4806
Tints of Raw Umber #5F4806
RGB
CMYK
RGB Variations
Color information
#5F4806 (or 0x5F4806) is known color: Raw Umber. HEX triplet: 5F, 48 and 06. RGB value is (95,72,6). Sum of RGB (Red+Green+Blue) = 95+72+6=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4806 is #A0B7F9. Grayscale: #474747. Windows color (decimal): -10532858 or 411743. OLE color: 411743.
HSL color Cylindrical-coordinate representation of color #5F4806: hue angle of 44.49º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F4806 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 6 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.63 |
| HSL | 44.49º | 0.88% | 0.2% | - |
| HSV(B) | 44.49º | 0.94% | 0.37% | - |
| XYZ | 7.07 | 7.08 | 1.17 | - |
| YUV | 71.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 6 | 0 | 0.24 | 0.94 | 0.63 | 44.49 | 0.88 | 0.2 |
| Hex | 5F | 48 | 6 | 0 | 18 | 5E | 3F | 2C | 58 | 14 |
| Octal | 137 | 110 | 6 | 0 | 30 | 136 | 77 | 54 | 130 | 24 |
| Binary | 1011111 | 1001000 | 110 | 0 | 11000 | 1011110 | 111111 | 101100 | 1011000 | 10100 |
Color Harmonies of #5F4806
Complementary color
Monochromatic Colors of #5F4806
Black with #5F4806
Text Example
Text Example
White with #5F4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4806; }
p { color: rgb(95,72,6); }
H1.HeaderClassName
{
color: #5F4806;
}
.AnyTagClassName
{
color: #5F4806;
}
</style>
background-color css
<style>
a { background-color: #5F4806; }
a { background-color: rgb(95,72,6); }
div.DivClassName
{
background-color: #5F4806;
}
.BgClassName
{
background-color: #5F4806;
}
</style>
border-color css
<style>
span { border-color: #5F4806; }
span { border-color: rgb(95,72,6); }
td.TdClassName
{
border-color: #5F4806;
}
.TagClassName
{
border-color: #5F4806;
}
</style>