Shades of Burnt Umber #843012
Tints of Burnt Umber #843012
RGB
CMYK
RGB Variations
Color information
#843012 (or 0x843012) is known color: Burnt Umber. HEX triplet: 84, 30 and 12. RGB value is (132,48,18). Sum of RGB (Red+Green+Blue) = 132+48+18=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #843012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843012 is #7BCFED. Grayscale: #454545. Windows color (decimal): -8114158 or 1192068. OLE color: 1192068.
HSL color Cylindrical-coordinate representation of color #843012: hue angle of 15.79º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #843012 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 18 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.48 |
| HSL | 15.79º | 0.76% | 0.29% | - |
| HSV(B) | 15.79º | 0.86% | 0.52% | - |
| XYZ | 10.68 | 7.06 | 1.37 | - |
| YUV | 69.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 18 | 0 | 0.64 | 0.86 | 0.48 | 15.79 | 0.76 | 0.29 |
| Hex | 84 | 30 | 12 | 0 | 40 | 56 | 30 | 10 | 4C | 1D |
| Octal | 204 | 60 | 22 | 0 | 100 | 126 | 60 | 20 | 114 | 35 |
| Binary | 10000100 | 110000 | 10010 | 0 | 1000000 | 1010110 | 110000 | 10000 | 1001100 | 11101 |
Color Harmonies of #843012
Complementary color
Monochromatic Colors of #843012
Black with #843012
Text Example
Text Example
White with #843012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843012; }
p { color: rgb(132,48,18); }
H1.HeaderClassName
{
color: #843012;
}
.AnyTagClassName
{
color: #843012;
}
</style>
background-color css
<style>
a { background-color: #843012; }
a { background-color: rgb(132,48,18); }
div.DivClassName
{
background-color: #843012;
}
.BgClassName
{
background-color: #843012;
}
</style>
border-color css
<style>
span { border-color: #843012; }
span { border-color: rgb(132,48,18); }
td.TdClassName
{
border-color: #843012;
}
.TagClassName
{
border-color: #843012;
}
</style>