Shades of Burnt Umber #842E18
Tints of Burnt Umber #842E18
RGB
CMYK
RGB Variations
Color information
#842E18 (or 0x842E18) is known color: Burnt Umber. HEX triplet: 84, 2E and 18. RGB value is (132,46,24). Sum of RGB (Red+Green+Blue) = 132+46+24=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #842E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E18 is #7BD1E7. Grayscale: #454545. Windows color (decimal): -8114664 or 1584772. OLE color: 1584772.
HSL color Cylindrical-coordinate representation of color #842E18: hue angle of 12.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842E18 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 24 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.48 |
| HSL | 12.22º | 0.69% | 0.31% | - |
| HSV(B) | 12.22º | 0.82% | 0.52% | - |
| XYZ | 10.66 | 6.93 | 1.64 | - |
| YUV | 69.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 24 | 0 | 0.65 | 0.82 | 0.48 | 12.22 | 0.69 | 0.31 |
| Hex | 84 | 2E | 18 | 0 | 41 | 52 | 30 | C | 45 | 1F |
| Octal | 204 | 56 | 30 | 0 | 101 | 122 | 60 | 14 | 105 | 37 |
| Binary | 10000100 | 101110 | 11000 | 0 | 1000001 | 1010010 | 110000 | 1100 | 1000101 | 11111 |
Color Harmonies of #842E18
Complementary color
Monochromatic Colors of #842E18
Black with #842E18
Text Example
Text Example
White with #842E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E18; }
p { color: rgb(132,46,24); }
H1.HeaderClassName
{
color: #842E18;
}
.AnyTagClassName
{
color: #842E18;
}
</style>
background-color css
<style>
a { background-color: #842E18; }
a { background-color: rgb(132,46,24); }
div.DivClassName
{
background-color: #842E18;
}
.BgClassName
{
background-color: #842E18;
}
</style>
border-color css
<style>
span { border-color: #842E18; }
span { border-color: rgb(132,46,24); }
td.TdClassName
{
border-color: #842E18;
}
.TagClassName
{
border-color: #842E18;
}
</style>