Shades of Raw Umber #5F4301
Tints of Raw Umber #5F4301
RGB
CMYK
RGB Variations
Color information
#5F4301 (or 0x5F4301) is known color: Raw Umber. HEX triplet: 5F, 43 and 01. RGB value is (95,67,1). Sum of RGB (Red+Green+Blue) = 95+67+1=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4301 is #A0BCFE. Grayscale: #444444. Windows color (decimal): -10534143 or 82783. OLE color: 82783.
HSL color Cylindrical-coordinate representation of color #5F4301: hue angle of 42.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F4301 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 67 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.63 |
| HSL | 42.13º | 0.98% | 0.19% | - |
| HSV(B) | 42.13º | 0.99% | 0.37% | - |
| XYZ | 6.73 | 6.45 | 0.92 | - |
| YUV | 67.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 67 | 1 | 0 | 0.29 | 0.99 | 0.63 | 42.13 | 0.98 | 0.19 |
| Hex | 5F | 43 | 1 | 0 | 1D | 63 | 3F | 2A | 62 | 13 |
| Octal | 137 | 103 | 1 | 0 | 35 | 143 | 77 | 52 | 142 | 23 |
| Binary | 1011111 | 1000011 | 1 | 0 | 11101 | 1100011 | 111111 | 101010 | 1100010 | 10011 |
Color Harmonies of #5F4301
Complementary color
Monochromatic Colors of #5F4301
Black with #5F4301
Text Example
Text Example
White with #5F4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4301; }
p { color: rgb(95,67,1); }
H1.HeaderClassName
{
color: #5F4301;
}
.AnyTagClassName
{
color: #5F4301;
}
</style>
background-color css
<style>
a { background-color: #5F4301; }
a { background-color: rgb(95,67,1); }
div.DivClassName
{
background-color: #5F4301;
}
.BgClassName
{
background-color: #5F4301;
}
</style>
border-color css
<style>
span { border-color: #5F4301; }
span { border-color: rgb(95,67,1); }
td.TdClassName
{
border-color: #5F4301;
}
.TagClassName
{
border-color: #5F4301;
}
</style>