Shades of Raw Umber #5F5302
Tints of Raw Umber #5F5302
RGB
CMYK
RGB Variations
Color information
#5F5302 (or 0x5F5302) is known color: Raw Umber. HEX triplet: 5F, 53 and 02. RGB value is (95,83,2). Sum of RGB (Red+Green+Blue) = 95+83+2=180 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.78% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5302 is #A0ACFD. Grayscale: #4D4D4D. Windows color (decimal): -10530046 or 152415. OLE color: 152415.
HSL color Cylindrical-coordinate representation of color #5F5302: hue angle of 52.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F5302 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 83 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.63 |
| HSL | 52.26º | 0.96% | 0.19% | - |
| HSV(B) | 52.26º | 0.98% | 0.37% | - |
| XYZ | 7.82 | 8.62 | 1.31 | - |
| YUV | 77.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 2 | 0 | 0.13 | 0.98 | 0.63 | 52.26 | 0.96 | 0.19 |
| Hex | 5F | 53 | 2 | 0 | D | 62 | 3F | 34 | 60 | 13 |
| Octal | 137 | 123 | 2 | 0 | 15 | 142 | 77 | 64 | 140 | 23 |
| Binary | 1011111 | 1010011 | 10 | 0 | 1101 | 1100010 | 111111 | 110100 | 1100000 | 10011 |
Color Harmonies of #5F5302
Complementary color
Monochromatic Colors of #5F5302
Black with #5F5302
Text Example
Text Example
White with #5F5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5302; }
p { color: rgb(95,83,2); }
H1.HeaderClassName
{
color: #5F5302;
}
.AnyTagClassName
{
color: #5F5302;
}
</style>
background-color css
<style>
a { background-color: #5F5302; }
a { background-color: rgb(95,83,2); }
div.DivClassName
{
background-color: #5F5302;
}
.BgClassName
{
background-color: #5F5302;
}
</style>
border-color css
<style>
span { border-color: #5F5302; }
span { border-color: rgb(95,83,2); }
td.TdClassName
{
border-color: #5F5302;
}
.TagClassName
{
border-color: #5F5302;
}
</style>