Shades of Burnt Umber #842D0F
Tints of Burnt Umber #842D0F
RGB
CMYK
RGB Variations
Color information
#842D0F (or 0x842D0F) is known color: Burnt Umber. HEX triplet: 84, 2D and 0F. RGB value is (132,45,15). Sum of RGB (Red+Green+Blue) = 132+45+15=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #842D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D0F is #7BD2F0. Grayscale: #434343. Windows color (decimal): -8114929 or 994692. OLE color: 994692.
HSL color Cylindrical-coordinate representation of color #842D0F: hue angle of 15.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #842D0F is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 15 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.48 |
| HSL | 15.38º | 0.8% | 0.29% | - |
| HSV(B) | 15.38º | 0.89% | 0.52% | - |
| XYZ | 10.54 | 6.82 | 1.21 | - |
| YUV | 67.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 15 | 0 | 0.66 | 0.89 | 0.48 | 15.38 | 0.8 | 0.29 |
| Hex | 84 | 2D | F | 0 | 42 | 59 | 30 | F | 50 | 1D |
| Octal | 204 | 55 | 17 | 0 | 102 | 131 | 60 | 17 | 120 | 35 |
| Binary | 10000100 | 101101 | 1111 | 0 | 1000010 | 1011001 | 110000 | 1111 | 1010000 | 11101 |
Color Harmonies of #842D0F
Complementary color
Monochromatic Colors of #842D0F
Black with #842D0F
Text Example
Text Example
White with #842D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D0F; }
p { color: rgb(132,45,15); }
H1.HeaderClassName
{
color: #842D0F;
}
.AnyTagClassName
{
color: #842D0F;
}
</style>
background-color css
<style>
a { background-color: #842D0F; }
a { background-color: rgb(132,45,15); }
div.DivClassName
{
background-color: #842D0F;
}
.BgClassName
{
background-color: #842D0F;
}
</style>
border-color css
<style>
span { border-color: #842D0F; }
span { border-color: rgb(132,45,15); }
td.TdClassName
{
border-color: #842D0F;
}
.TagClassName
{
border-color: #842D0F;
}
</style>