Shades of Raw Umber #805509
Tints of Raw Umber #805509
RGB
CMYK
RGB Variations
Color information
#805509 (or 0x805509) is known color: Raw Umber. HEX triplet: 80, 55 and 09. RGB value is (128,85,9). Sum of RGB (Red+Green+Blue) = 128+85+9=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805509 is #7FAAF6. Grayscale: #595959. Windows color (decimal): -8366839 or 611712. OLE color: 611712.
HSL color Cylindrical-coordinate representation of color #805509: hue angle of 38.32º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #805509 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 9 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.50 |
| HSL | 38.32º | 0.87% | 0.27% | - |
| HSV(B) | 38.32º | 0.93% | 0.5% | - |
| XYZ | 12.2 | 11.11 | 1.76 | - |
| YUV | 89.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 9 | 0 | 0.34 | 0.93 | 0.50 | 38.32 | 0.87 | 0.27 |
| Hex | 80 | 55 | 9 | 0 | 22 | 5D | 32 | 26 | 57 | 1B |
| Octal | 200 | 125 | 11 | 0 | 42 | 135 | 62 | 46 | 127 | 33 |
| Binary | 10000000 | 1010101 | 1001 | 0 | 100010 | 1011101 | 110010 | 100110 | 1010111 | 11011 |
Color Harmonies of #805509
Complementary color
Monochromatic Colors of #805509
Black with #805509
Text Example
Text Example
White with #805509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805509; }
p { color: rgb(128,85,9); }
H1.HeaderClassName
{
color: #805509;
}
.AnyTagClassName
{
color: #805509;
}
</style>
background-color css
<style>
a { background-color: #805509; }
a { background-color: rgb(128,85,9); }
div.DivClassName
{
background-color: #805509;
}
.BgClassName
{
background-color: #805509;
}
</style>
border-color css
<style>
span { border-color: #805509; }
span { border-color: rgb(128,85,9); }
td.TdClassName
{
border-color: #805509;
}
.TagClassName
{
border-color: #805509;
}
</style>