Shades of Raw Umber #805F02
Tints of Raw Umber #805F02
RGB
CMYK
RGB Variations
Color information
#805F02 (or 0x805F02) is known color: Raw Umber. HEX triplet: 80, 5F and 02. RGB value is (128,95,2). Sum of RGB (Red+Green+Blue) = 128+95+2=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #805F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F02 is #7FA0FD. Grayscale: #5E5E5E. Windows color (decimal): -8364286 or 155520. OLE color: 155520.
HSL color Cylindrical-coordinate representation of color #805F02: hue angle of 44.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #805F02 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 2 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.50 |
| HSL | 44.29º | 0.97% | 0.25% | - |
| HSV(B) | 44.29º | 0.98% | 0.5% | - |
| XYZ | 13.01 | 12.78 | 1.84 | - |
| YUV | 94.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 2 | 0 | 0.26 | 0.98 | 0.50 | 44.29 | 0.97 | 0.25 |
| Hex | 80 | 5F | 2 | 0 | 1A | 62 | 32 | 2C | 61 | 19 |
| Octal | 200 | 137 | 2 | 0 | 32 | 142 | 62 | 54 | 141 | 31 |
| Binary | 10000000 | 1011111 | 10 | 0 | 11010 | 1100010 | 110010 | 101100 | 1100001 | 11001 |
Color Harmonies of #805F02
Complementary color
Monochromatic Colors of #805F02
Black with #805F02
Text Example
Text Example
White with #805F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F02; }
p { color: rgb(128,95,2); }
H1.HeaderClassName
{
color: #805F02;
}
.AnyTagClassName
{
color: #805F02;
}
</style>
background-color css
<style>
a { background-color: #805F02; }
a { background-color: rgb(128,95,2); }
div.DivClassName
{
background-color: #805F02;
}
.BgClassName
{
background-color: #805F02;
}
</style>
border-color css
<style>
span { border-color: #805F02; }
span { border-color: rgb(128,95,2); }
td.TdClassName
{
border-color: #805F02;
}
.TagClassName
{
border-color: #805F02;
}
</style>