Shades of Raw Umber #805B05
Tints of Raw Umber #805B05
RGB
CMYK
RGB Variations
Color information
#805B05 (or 0x805B05) is known color: Raw Umber. HEX triplet: 80, 5B and 05. RGB value is (128,91,5). Sum of RGB (Red+Green+Blue) = 128+91+5=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #805B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805B05 is #7FA4FA. Grayscale: #5C5C5C. Windows color (decimal): -8365307 or 351104. OLE color: 351104.
HSL color Cylindrical-coordinate representation of color #805B05: hue angle of 41.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #805B05 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 5 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.50 |
| HSL | 41.95º | 0.92% | 0.26% | - |
| HSV(B) | 41.95º | 0.96% | 0.5% | - |
| XYZ | 12.67 | 12.08 | 1.81 | - |
| YUV | 92.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 5 | 0 | 0.29 | 0.96 | 0.50 | 41.95 | 0.92 | 0.26 |
| Hex | 80 | 5B | 5 | 0 | 1D | 60 | 32 | 2A | 5C | 1A |
| Octal | 200 | 133 | 5 | 0 | 35 | 140 | 62 | 52 | 134 | 32 |
| Binary | 10000000 | 1011011 | 101 | 0 | 11101 | 1100000 | 110010 | 101010 | 1011100 | 11010 |
Color Harmonies of #805B05
Complementary color
Monochromatic Colors of #805B05
Black with #805B05
Text Example
Text Example
White with #805B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B05; }
p { color: rgb(128,91,5); }
H1.HeaderClassName
{
color: #805B05;
}
.AnyTagClassName
{
color: #805B05;
}
</style>
background-color css
<style>
a { background-color: #805B05; }
a { background-color: rgb(128,91,5); }
div.DivClassName
{
background-color: #805B05;
}
.BgClassName
{
background-color: #805B05;
}
</style>
border-color css
<style>
span { border-color: #805B05; }
span { border-color: rgb(128,91,5); }
td.TdClassName
{
border-color: #805B05;
}
.TagClassName
{
border-color: #805B05;
}
</style>