Shades of Burnt Umber #803620
Tints of Burnt Umber #803620
RGB
CMYK
RGB Variations
Color information
#803620 (or 0x803620) is known color: Burnt Umber. HEX triplet: 80, 36 and 20. RGB value is (128,54,32). Sum of RGB (Red+Green+Blue) = 128+54+32=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #803620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803620 is #7FC9DF. Grayscale: #494949. Windows color (decimal): -8374752 or 2111104. OLE color: 2111104.
HSL color Cylindrical-coordinate representation of color #803620: hue angle of 13.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803620 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 32 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.50 |
| HSL | 13.75º | 0.6% | 0.31% | - |
| HSV(B) | 13.75º | 0.75% | 0.5% | - |
| XYZ | 10.48 | 7.33 | 2.23 | - |
| YUV | 73.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 32 | 0 | 0.58 | 0.75 | 0.50 | 13.75 | 0.6 | 0.31 |
| Hex | 80 | 36 | 20 | 0 | 3A | 4B | 32 | E | 3C | 1F |
| Octal | 200 | 66 | 40 | 0 | 72 | 113 | 62 | 16 | 74 | 37 |
| Binary | 10000000 | 110110 | 100000 | 0 | 111010 | 1001011 | 110010 | 1110 | 111100 | 11111 |
Color Harmonies of #803620
Complementary color
Monochromatic Colors of #803620
Black with #803620
Text Example
Text Example
White with #803620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803620; }
p { color: rgb(128,54,32); }
H1.HeaderClassName
{
color: #803620;
}
.AnyTagClassName
{
color: #803620;
}
</style>
background-color css
<style>
a { background-color: #803620; }
a { background-color: rgb(128,54,32); }
div.DivClassName
{
background-color: #803620;
}
.BgClassName
{
background-color: #803620;
}
</style>
border-color css
<style>
span { border-color: #803620; }
span { border-color: rgb(128,54,32); }
td.TdClassName
{
border-color: #803620;
}
.TagClassName
{
border-color: #803620;
}
</style>