Shades of Raw Umber #5F5301
Tints of Raw Umber #5F5301
RGB
CMYK
RGB Variations
Color information
#5F5301 (or 0x5F5301) is known color: Raw Umber. HEX triplet: 5F, 53 and 01. RGB value is (95,83,1). Sum of RGB (Red+Green+Blue) = 95+83+1=179 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.07% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5301 is #A0ACFE. Grayscale: #4D4D4D. Windows color (decimal): -10530047 or 86879. OLE color: 86879.
HSL color Cylindrical-coordinate representation of color #5F5301: hue angle of 52.34º 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 #5F5301 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 83 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.63 |
| HSL | 52.34º | 0.98% | 0.19% | - |
| HSV(B) | 52.34º | 0.99% | 0.37% | - |
| XYZ | 7.82 | 8.62 | 1.28 | - |
| YUV | 77.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 1 | 0 | 0.13 | 0.99 | 0.63 | 52.34 | 0.98 | 0.19 |
| Hex | 5F | 53 | 1 | 0 | D | 63 | 3F | 34 | 62 | 13 |
| Octal | 137 | 123 | 1 | 0 | 15 | 143 | 77 | 64 | 142 | 23 |
| Binary | 1011111 | 1010011 | 1 | 0 | 1101 | 1100011 | 111111 | 110100 | 1100010 | 10011 |
Color Harmonies of #5F5301
Complementary color
Monochromatic Colors of #5F5301
Black with #5F5301
Text Example
Text Example
White with #5F5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5301; }
p { color: rgb(95,83,1); }
H1.HeaderClassName
{
color: #5F5301;
}
.AnyTagClassName
{
color: #5F5301;
}
</style>
background-color css
<style>
a { background-color: #5F5301; }
a { background-color: rgb(95,83,1); }
div.DivClassName
{
background-color: #5F5301;
}
.BgClassName
{
background-color: #5F5301;
}
</style>
border-color css
<style>
span { border-color: #5F5301; }
span { border-color: rgb(95,83,1); }
td.TdClassName
{
border-color: #5F5301;
}
.TagClassName
{
border-color: #5F5301;
}
</style>