Shades of Burnt Umber #842E0F
Tints of Burnt Umber #842E0F
RGB
CMYK
RGB Variations
Color information
#842E0F (or 0x842E0F) is known color: Burnt Umber. HEX triplet: 84, 2E and 0F. RGB value is (132,46,15). Sum of RGB (Red+Green+Blue) = 132+46+15=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #842E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E0F is #7BD1F0. Grayscale: #444444. Windows color (decimal): -8114673 or 994948. OLE color: 994948.
HSL color Cylindrical-coordinate representation of color #842E0F: hue angle of 15.9º 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 #842E0F is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 15 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.48 |
| HSL | 15.9º | 0.8% | 0.29% | - |
| HSV(B) | 15.9º | 0.89% | 0.52% | - |
| XYZ | 10.58 | 6.89 | 1.23 | - |
| YUV | 68.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 15 | 0 | 0.65 | 0.89 | 0.48 | 15.9 | 0.8 | 0.29 |
| Hex | 84 | 2E | F | 0 | 41 | 59 | 30 | 10 | 50 | 1D |
| Octal | 204 | 56 | 17 | 0 | 101 | 131 | 60 | 20 | 120 | 35 |
| Binary | 10000100 | 101110 | 1111 | 0 | 1000001 | 1011001 | 110000 | 10000 | 1010000 | 11101 |
Color Harmonies of #842E0F
Complementary color
Monochromatic Colors of #842E0F
Black with #842E0F
Text Example
Text Example
White with #842E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E0F; }
p { color: rgb(132,46,15); }
H1.HeaderClassName
{
color: #842E0F;
}
.AnyTagClassName
{
color: #842E0F;
}
</style>
background-color css
<style>
a { background-color: #842E0F; }
a { background-color: rgb(132,46,15); }
div.DivClassName
{
background-color: #842E0F;
}
.BgClassName
{
background-color: #842E0F;
}
</style>
border-color css
<style>
span { border-color: #842E0F; }
span { border-color: rgb(132,46,15); }
td.TdClassName
{
border-color: #842E0F;
}
.TagClassName
{
border-color: #842E0F;
}
</style>