Shades of Raw Umber #805807
Tints of Raw Umber #805807
RGB
CMYK
RGB Variations
Color information
#805807 (or 0x805807) is known color: Raw Umber. HEX triplet: 80, 58 and 07. RGB value is (128,88,7). Sum of RGB (Red+Green+Blue) = 128+88+7=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #805807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805807 is #7FA7F8. Grayscale: #5B5B5B. Windows color (decimal): -8366073 or 481408. OLE color: 481408.
HSL color Cylindrical-coordinate representation of color #805807: hue angle of 40.17º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #805807 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 7 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.50 |
| HSL | 40.17º | 0.9% | 0.26% | - |
| HSV(B) | 40.17º | 0.95% | 0.5% | - |
| XYZ | 12.43 | 11.58 | 1.78 | - |
| YUV | 90.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 7 | 0 | 0.31 | 0.95 | 0.50 | 40.17 | 0.9 | 0.26 |
| Hex | 80 | 58 | 7 | 0 | 1F | 5F | 32 | 28 | 5A | 1A |
| Octal | 200 | 130 | 7 | 0 | 37 | 137 | 62 | 50 | 132 | 32 |
| Binary | 10000000 | 1011000 | 111 | 0 | 11111 | 1011111 | 110010 | 101000 | 1011010 | 11010 |
Color Harmonies of #805807
Complementary color
Monochromatic Colors of #805807
Black with #805807
Text Example
Text Example
White with #805807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805807; }
p { color: rgb(128,88,7); }
H1.HeaderClassName
{
color: #805807;
}
.AnyTagClassName
{
color: #805807;
}
</style>
background-color css
<style>
a { background-color: #805807; }
a { background-color: rgb(128,88,7); }
div.DivClassName
{
background-color: #805807;
}
.BgClassName
{
background-color: #805807;
}
</style>
border-color css
<style>
span { border-color: #805807; }
span { border-color: rgb(128,88,7); }
td.TdClassName
{
border-color: #805807;
}
.TagClassName
{
border-color: #805807;
}
</style>