Shades of Raw Umber #80530E
Tints of Raw Umber #80530E
RGB
CMYK
RGB Variations
Color information
#80530E (or 0x80530E) is known color: Raw Umber. HEX triplet: 80, 53 and 0E. RGB value is (128,83,14). Sum of RGB (Red+Green+Blue) = 128+83+14=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80530E is #7FACF1. Grayscale: #585858. Windows color (decimal): -8367346 or 938880. OLE color: 938880.
HSL color Cylindrical-coordinate representation of color #80530E: hue angle of 36.32º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80530E is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 14 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.50 |
| HSL | 36.32º | 0.8% | 0.28% | - |
| HSV(B) | 36.32º | 0.89% | 0.5% | - |
| XYZ | 12.07 | 10.81 | 1.87 | - |
| YUV | 88.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 14 | 0 | 0.35 | 0.89 | 0.50 | 36.32 | 0.8 | 0.28 |
| Hex | 80 | 53 | E | 0 | 23 | 59 | 32 | 24 | 50 | 1C |
| Octal | 200 | 123 | 16 | 0 | 43 | 131 | 62 | 44 | 120 | 34 |
| Binary | 10000000 | 1010011 | 1110 | 0 | 100011 | 1011001 | 110010 | 100100 | 1010000 | 11100 |
Color Harmonies of #80530E
Complementary color
Monochromatic Colors of #80530E
Black with #80530E
Text Example
Text Example
White with #80530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80530E; }
p { color: rgb(128,83,14); }
H1.HeaderClassName
{
color: #80530E;
}
.AnyTagClassName
{
color: #80530E;
}
</style>
background-color css
<style>
a { background-color: #80530E; }
a { background-color: rgb(128,83,14); }
div.DivClassName
{
background-color: #80530E;
}
.BgClassName
{
background-color: #80530E;
}
</style>
border-color css
<style>
span { border-color: #80530E; }
span { border-color: rgb(128,83,14); }
td.TdClassName
{
border-color: #80530E;
}
.TagClassName
{
border-color: #80530E;
}
</style>