Shades of Burnt Umber #842D15
Tints of Burnt Umber #842D15
RGB
CMYK
RGB Variations
Color information
#842D15 (or 0x842D15) is known color: Burnt Umber. HEX triplet: 84, 2D and 15. RGB value is (132,45,21). Sum of RGB (Red+Green+Blue) = 132+45+21=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #842D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D15 is #7BD2EA. Grayscale: #444444. Windows color (decimal): -8114923 or 1387908. OLE color: 1387908.
HSL color Cylindrical-coordinate representation of color #842D15: hue angle of 12.97º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #842D15 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 21 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.48 |
| HSL | 12.97º | 0.73% | 0.3% | - |
| HSV(B) | 12.97º | 0.84% | 0.52% | - |
| XYZ | 10.59 | 6.84 | 1.47 | - |
| YUV | 68.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 21 | 0 | 0.66 | 0.84 | 0.48 | 12.97 | 0.73 | 0.3 |
| Hex | 84 | 2D | 15 | 0 | 42 | 54 | 30 | D | 49 | 1E |
| Octal | 204 | 55 | 25 | 0 | 102 | 124 | 60 | 15 | 111 | 36 |
| Binary | 10000100 | 101101 | 10101 | 0 | 1000010 | 1010100 | 110000 | 1101 | 1001001 | 11110 |
Color Harmonies of #842D15
Complementary color
Monochromatic Colors of #842D15
Black with #842D15
Text Example
Text Example
White with #842D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D15; }
p { color: rgb(132,45,21); }
H1.HeaderClassName
{
color: #842D15;
}
.AnyTagClassName
{
color: #842D15;
}
</style>
background-color css
<style>
a { background-color: #842D15; }
a { background-color: rgb(132,45,21); }
div.DivClassName
{
background-color: #842D15;
}
.BgClassName
{
background-color: #842D15;
}
</style>
border-color css
<style>
span { border-color: #842D15; }
span { border-color: rgb(132,45,21); }
td.TdClassName
{
border-color: #842D15;
}
.TagClassName
{
border-color: #842D15;
}
</style>