Shades of Raw Umber #5F470F
Tints of Raw Umber #5F470F
RGB
CMYK
RGB Variations
Color information
#5F470F (or 0x5F470F) is known color: Raw Umber. HEX triplet: 5F, 47 and 0F. RGB value is (95,71,15). Sum of RGB (Red+Green+Blue) = 95+71+15=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F470F is #A0B8F0. Grayscale: #484848. Windows color (decimal): -10533105 or 1001311. OLE color: 1001311.
HSL color Cylindrical-coordinate representation of color #5F470F: hue angle of 42º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F470F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 71 | 15 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.63 |
| HSL | 42º | 0.73% | 0.22% | - |
| HSV(B) | 42º | 0.84% | 0.37% | - |
| XYZ | 7.06 | 6.97 | 1.43 | - |
| YUV | 71.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 15 | 0 | 0.25 | 0.84 | 0.63 | 42 | 0.73 | 0.22 |
| Hex | 5F | 47 | F | 0 | 19 | 54 | 3F | 2A | 49 | 16 |
| Octal | 137 | 107 | 17 | 0 | 31 | 124 | 77 | 52 | 111 | 26 |
| Binary | 1011111 | 1000111 | 1111 | 0 | 11001 | 1010100 | 111111 | 101010 | 1001001 | 10110 |
Color Harmonies of #5F470F
Complementary color
Monochromatic Colors of #5F470F
Black with #5F470F
Text Example
Text Example
White with #5F470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F470F; }
p { color: rgb(95,71,15); }
H1.HeaderClassName
{
color: #5F470F;
}
.AnyTagClassName
{
color: #5F470F;
}
</style>
background-color css
<style>
a { background-color: #5F470F; }
a { background-color: rgb(95,71,15); }
div.DivClassName
{
background-color: #5F470F;
}
.BgClassName
{
background-color: #5F470F;
}
</style>
border-color css
<style>
span { border-color: #5F470F; }
span { border-color: rgb(95,71,15); }
td.TdClassName
{
border-color: #5F470F;
}
.TagClassName
{
border-color: #5F470F;
}
</style>