Shades of Raw Umber #805C02
Tints of Raw Umber #805C02
RGB
CMYK
RGB Variations
Color information
#805C02 (or 0x805C02) is known color: Raw Umber. HEX triplet: 80, 5C and 02. RGB value is (128,92,2). Sum of RGB (Red+Green+Blue) = 128+92+2=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C02 is #7FA3FD. Grayscale: #5C5C5C. Windows color (decimal): -8365054 or 154752. OLE color: 154752.
HSL color Cylindrical-coordinate representation of color #805C02: hue angle of 42.86º 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 #805C02 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 2 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.50 |
| HSL | 42.86º | 0.97% | 0.25% | - |
| HSV(B) | 42.86º | 0.98% | 0.5% | - |
| XYZ | 12.74 | 12.25 | 1.75 | - |
| YUV | 92.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 2 | 0 | 0.28 | 0.98 | 0.50 | 42.86 | 0.97 | 0.25 |
| Hex | 80 | 5C | 2 | 0 | 1C | 62 | 32 | 2B | 61 | 19 |
| Octal | 200 | 134 | 2 | 0 | 34 | 142 | 62 | 53 | 141 | 31 |
| Binary | 10000000 | 1011100 | 10 | 0 | 11100 | 1100010 | 110010 | 101011 | 1100001 | 11001 |
Color Harmonies of #805C02
Complementary color
Monochromatic Colors of #805C02
Black with #805C02
Text Example
Text Example
White with #805C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C02; }
p { color: rgb(128,92,2); }
H1.HeaderClassName
{
color: #805C02;
}
.AnyTagClassName
{
color: #805C02;
}
</style>
background-color css
<style>
a { background-color: #805C02; }
a { background-color: rgb(128,92,2); }
div.DivClassName
{
background-color: #805C02;
}
.BgClassName
{
background-color: #805C02;
}
</style>
border-color css
<style>
span { border-color: #805C02; }
span { border-color: rgb(128,92,2); }
td.TdClassName
{
border-color: #805C02;
}
.TagClassName
{
border-color: #805C02;
}
</style>