Shades of Raw Umber #805507
Tints of Raw Umber #805507
RGB
CMYK
RGB Variations
Color information
#805507 (or 0x805507) is known color: Raw Umber. HEX triplet: 80, 55 and 07. RGB value is (128,85,7). Sum of RGB (Red+Green+Blue) = 128+85+7=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #805507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805507 is #7FAAF8. Grayscale: #595959. Windows color (decimal): -8366841 or 480640. OLE color: 480640.
HSL color Cylindrical-coordinate representation of color #805507: hue angle of 38.68º 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 #805507 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 7 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.50 |
| HSL | 38.68º | 0.9% | 0.26% | - |
| HSV(B) | 38.68º | 0.95% | 0.5% | - |
| XYZ | 12.19 | 11.1 | 1.7 | - |
| YUV | 88.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 7 | 0 | 0.34 | 0.95 | 0.50 | 38.68 | 0.9 | 0.26 |
| Hex | 80 | 55 | 7 | 0 | 22 | 5F | 32 | 27 | 5A | 1A |
| Octal | 200 | 125 | 7 | 0 | 42 | 137 | 62 | 47 | 132 | 32 |
| Binary | 10000000 | 1010101 | 111 | 0 | 100010 | 1011111 | 110010 | 100111 | 1011010 | 11010 |
Color Harmonies of #805507
Complementary color
Monochromatic Colors of #805507
Black with #805507
Text Example
Text Example
White with #805507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805507; }
p { color: rgb(128,85,7); }
H1.HeaderClassName
{
color: #805507;
}
.AnyTagClassName
{
color: #805507;
}
</style>
background-color css
<style>
a { background-color: #805507; }
a { background-color: rgb(128,85,7); }
div.DivClassName
{
background-color: #805507;
}
.BgClassName
{
background-color: #805507;
}
</style>
border-color css
<style>
span { border-color: #805507; }
span { border-color: rgb(128,85,7); }
td.TdClassName
{
border-color: #805507;
}
.TagClassName
{
border-color: #805507;
}
</style>