Shades of Raw Umber #805309
Tints of Raw Umber #805309
RGB
CMYK
RGB Variations
Color information
#805309 (or 0x805309) is known color: Raw Umber. HEX triplet: 80, 53 and 09. RGB value is (128,83,9). Sum of RGB (Red+Green+Blue) = 128+83+9=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #805309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805309 is #7FACF6. Grayscale: #585858. Windows color (decimal): -8367351 or 611200. OLE color: 611200.
HSL color Cylindrical-coordinate representation of color #805309: hue angle of 37.31º 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 #805309 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 9 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.50 |
| HSL | 37.31º | 0.87% | 0.27% | - |
| HSV(B) | 37.31º | 0.93% | 0.5% | - |
| XYZ | 12.04 | 10.8 | 1.71 | - |
| YUV | 88.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 9 | 0 | 0.35 | 0.93 | 0.50 | 37.31 | 0.87 | 0.27 |
| Hex | 80 | 53 | 9 | 0 | 23 | 5D | 32 | 25 | 57 | 1B |
| Octal | 200 | 123 | 11 | 0 | 43 | 135 | 62 | 45 | 127 | 33 |
| Binary | 10000000 | 1010011 | 1001 | 0 | 100011 | 1011101 | 110010 | 100101 | 1010111 | 11011 |
Color Harmonies of #805309
Complementary color
Monochromatic Colors of #805309
Black with #805309
Text Example
Text Example
White with #805309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805309; }
p { color: rgb(128,83,9); }
H1.HeaderClassName
{
color: #805309;
}
.AnyTagClassName
{
color: #805309;
}
</style>
background-color css
<style>
a { background-color: #805309; }
a { background-color: rgb(128,83,9); }
div.DivClassName
{
background-color: #805309;
}
.BgClassName
{
background-color: #805309;
}
</style>
border-color css
<style>
span { border-color: #805309; }
span { border-color: rgb(128,83,9); }
td.TdClassName
{
border-color: #805309;
}
.TagClassName
{
border-color: #805309;
}
</style>