Shades of Raw Umber #5F4805
Tints of Raw Umber #5F4805
RGB
CMYK
RGB Variations
Color information
#5F4805 (or 0x5F4805) is known color: Raw Umber. HEX triplet: 5F, 48 and 05. RGB value is (95,72,5). Sum of RGB (Red+Green+Blue) = 95+72+5=172 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.23% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4805 is #A0B7FA. Grayscale: #474747. Windows color (decimal): -10532859 or 346207. OLE color: 346207.
HSL color Cylindrical-coordinate representation of color #5F4805: hue angle of 44.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F4805 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 5 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.63 |
| HSL | 44.67º | 0.9% | 0.2% | - |
| HSV(B) | 44.67º | 0.95% | 0.37% | - |
| XYZ | 7.06 | 7.08 | 1.14 | - |
| YUV | 71.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 5 | 0 | 0.24 | 0.95 | 0.63 | 44.67 | 0.9 | 0.2 |
| Hex | 5F | 48 | 5 | 0 | 18 | 5F | 3F | 2D | 5A | 14 |
| Octal | 137 | 110 | 5 | 0 | 30 | 137 | 77 | 55 | 132 | 24 |
| Binary | 1011111 | 1001000 | 101 | 0 | 11000 | 1011111 | 111111 | 101101 | 1011010 | 10100 |
Color Harmonies of #5F4805
Complementary color
Monochromatic Colors of #5F4805
Black with #5F4805
Text Example
Text Example
White with #5F4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4805; }
p { color: rgb(95,72,5); }
H1.HeaderClassName
{
color: #5F4805;
}
.AnyTagClassName
{
color: #5F4805;
}
</style>
background-color css
<style>
a { background-color: #5F4805; }
a { background-color: rgb(95,72,5); }
div.DivClassName
{
background-color: #5F4805;
}
.BgClassName
{
background-color: #5F4805;
}
</style>
border-color css
<style>
span { border-color: #5F4805; }
span { border-color: rgb(95,72,5); }
td.TdClassName
{
border-color: #5F4805;
}
.TagClassName
{
border-color: #5F4805;
}
</style>