Shades of Raw Umber #805513
Tints of Raw Umber #805513
RGB
CMYK
RGB Variations
Color information
#805513 (or 0x805513) is known color: Raw Umber. HEX triplet: 80, 55 and 13. RGB value is (128,85,19). Sum of RGB (Red+Green+Blue) = 128+85+19=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805513 is #7FAAEC. Grayscale: #5A5A5A. Windows color (decimal): -8366829 or 1267072. OLE color: 1267072.
HSL color Cylindrical-coordinate representation of color #805513: hue angle of 36.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #805513 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 19 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.50 |
| HSL | 36.33º | 0.74% | 0.29% | - |
| HSV(B) | 36.33º | 0.85% | 0.5% | - |
| XYZ | 12.27 | 11.13 | 2.12 | - |
| YUV | 90.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 19 | 0 | 0.34 | 0.85 | 0.50 | 36.33 | 0.74 | 0.29 |
| Hex | 80 | 55 | 13 | 0 | 22 | 55 | 32 | 24 | 4A | 1D |
| Octal | 200 | 125 | 23 | 0 | 42 | 125 | 62 | 44 | 112 | 35 |
| Binary | 10000000 | 1010101 | 10011 | 0 | 100010 | 1010101 | 110010 | 100100 | 1001010 | 11101 |
Color Harmonies of #805513
Complementary color
Monochromatic Colors of #805513
Black with #805513
Text Example
Text Example
White with #805513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805513; }
p { color: rgb(128,85,19); }
H1.HeaderClassName
{
color: #805513;
}
.AnyTagClassName
{
color: #805513;
}
</style>
background-color css
<style>
a { background-color: #805513; }
a { background-color: rgb(128,85,19); }
div.DivClassName
{
background-color: #805513;
}
.BgClassName
{
background-color: #805513;
}
</style>
border-color css
<style>
span { border-color: #805513; }
span { border-color: rgb(128,85,19); }
td.TdClassName
{
border-color: #805513;
}
.TagClassName
{
border-color: #805513;
}
</style>