Shades of Raw Umber #805602
Tints of Raw Umber #805602
RGB
CMYK
RGB Variations
Color information
#805602 (or 0x805602) is known color: Raw Umber. HEX triplet: 80, 56 and 02. RGB value is (128,86,2). Sum of RGB (Red+Green+Blue) = 128+86+2=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #805602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805602 is #7FA9FD. Grayscale: #595959. Windows color (decimal): -8366590 or 153216. OLE color: 153216.
HSL color Cylindrical-coordinate representation of color #805602: hue angle of 40º 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 #805602 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.50 |
| HSL | 40º | 0.97% | 0.25% | - |
| HSV(B) | 40º | 0.98% | 0.5% | - |
| XYZ | 12.24 | 11.25 | 1.58 | - |
| YUV | 88.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 2 | 0 | 0.33 | 0.98 | 0.50 | 40 | 0.97 | 0.25 |
| Hex | 80 | 56 | 2 | 0 | 21 | 62 | 32 | 28 | 61 | 19 |
| Octal | 200 | 126 | 2 | 0 | 41 | 142 | 62 | 50 | 141 | 31 |
| Binary | 10000000 | 1010110 | 10 | 0 | 100001 | 1100010 | 110010 | 101000 | 1100001 | 11001 |
Color Harmonies of #805602
Complementary color
Monochromatic Colors of #805602
Black with #805602
Text Example
Text Example
White with #805602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805602; }
p { color: rgb(128,86,2); }
H1.HeaderClassName
{
color: #805602;
}
.AnyTagClassName
{
color: #805602;
}
</style>
background-color css
<style>
a { background-color: #805602; }
a { background-color: rgb(128,86,2); }
div.DivClassName
{
background-color: #805602;
}
.BgClassName
{
background-color: #805602;
}
</style>
border-color css
<style>
span { border-color: #805602; }
span { border-color: rgb(128,86,2); }
td.TdClassName
{
border-color: #805602;
}
.TagClassName
{
border-color: #805602;
}
</style>