Shades of Raw Umber #80540D
Tints of Raw Umber #80540D
RGB
CMYK
RGB Variations
Color information
#80540D (or 0x80540D) is known color: Raw Umber. HEX triplet: 80, 54 and 0D. RGB value is (128,84,13). Sum of RGB (Red+Green+Blue) = 128+84+13=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80540D is #7FABF2. Grayscale: #595959. Windows color (decimal): -8367091 or 873600. OLE color: 873600.
HSL color Cylindrical-coordinate representation of color #80540D: hue angle of 37.04º 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 #80540D is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 13 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.50 |
| HSL | 37.04º | 0.82% | 0.28% | - |
| HSV(B) | 37.04º | 0.9% | 0.5% | - |
| XYZ | 12.15 | 10.96 | 1.86 | - |
| YUV | 89.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 13 | 0 | 0.34 | 0.90 | 0.50 | 37.04 | 0.82 | 0.28 |
| Hex | 80 | 54 | D | 0 | 22 | 5A | 32 | 25 | 52 | 1C |
| Octal | 200 | 124 | 15 | 0 | 42 | 132 | 62 | 45 | 122 | 34 |
| Binary | 10000000 | 1010100 | 1101 | 0 | 100010 | 1011010 | 110010 | 100101 | 1010010 | 11100 |
Color Harmonies of #80540D
Complementary color
Monochromatic Colors of #80540D
Black with #80540D
Text Example
Text Example
White with #80540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80540D; }
p { color: rgb(128,84,13); }
H1.HeaderClassName
{
color: #80540D;
}
.AnyTagClassName
{
color: #80540D;
}
</style>
background-color css
<style>
a { background-color: #80540D; }
a { background-color: rgb(128,84,13); }
div.DivClassName
{
background-color: #80540D;
}
.BgClassName
{
background-color: #80540D;
}
</style>
border-color css
<style>
span { border-color: #80540D; }
span { border-color: rgb(128,84,13); }
td.TdClassName
{
border-color: #80540D;
}
.TagClassName
{
border-color: #80540D;
}
</style>