Shades of Raw Umber #805A0D
Tints of Raw Umber #805A0D
RGB
CMYK
RGB Variations
Color information
#805A0D (or 0x805A0D) is known color: Raw Umber. HEX triplet: 80, 5A and 0D. RGB value is (128,90,13). Sum of RGB (Red+Green+Blue) = 128+90+13=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A0D is #7FA5F2. Grayscale: #5C5C5C. Windows color (decimal): -8365555 or 875136. OLE color: 875136.
HSL color Cylindrical-coordinate representation of color #805A0D: hue angle of 40.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #805A0D is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 13 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.50 |
| HSL | 40.17º | 0.82% | 0.28% | - |
| HSV(B) | 40.17º | 0.9% | 0.5% | - |
| XYZ | 12.63 | 11.93 | 2.02 | - |
| YUV | 92.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 13 | 0 | 0.30 | 0.90 | 0.50 | 40.17 | 0.82 | 0.28 |
| Hex | 80 | 5A | D | 0 | 1E | 5A | 32 | 28 | 52 | 1C |
| Octal | 200 | 132 | 15 | 0 | 36 | 132 | 62 | 50 | 122 | 34 |
| Binary | 10000000 | 1011010 | 1101 | 0 | 11110 | 1011010 | 110010 | 101000 | 1010010 | 11100 |
Color Harmonies of #805A0D
Complementary color
Monochromatic Colors of #805A0D
Black with #805A0D
Text Example
Text Example
White with #805A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A0D; }
p { color: rgb(128,90,13); }
H1.HeaderClassName
{
color: #805A0D;
}
.AnyTagClassName
{
color: #805A0D;
}
</style>
background-color css
<style>
a { background-color: #805A0D; }
a { background-color: rgb(128,90,13); }
div.DivClassName
{
background-color: #805A0D;
}
.BgClassName
{
background-color: #805A0D;
}
</style>
border-color css
<style>
span { border-color: #805A0D; }
span { border-color: rgb(128,90,13); }
td.TdClassName
{
border-color: #805A0D;
}
.TagClassName
{
border-color: #805A0D;
}
</style>