Shades of Burnt Umber #842D0D
Tints of Burnt Umber #842D0D
RGB
CMYK
RGB Variations
Color information
#842D0D (or 0x842D0D) is known color: Burnt Umber. HEX triplet: 84, 2D and 0D. RGB value is (132,45,13). Sum of RGB (Red+Green+Blue) = 132+45+13=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #842D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842D0D is #7BD2F2. Grayscale: #434343. Windows color (decimal): -8114931 or 863620. OLE color: 863620.
HSL color Cylindrical-coordinate representation of color #842D0D: hue angle of 16.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #842D0D is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 13 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.48 |
| HSL | 16.13º | 0.82% | 0.28% | - |
| HSV(B) | 16.13º | 0.9% | 0.52% | - |
| XYZ | 10.53 | 6.81 | 1.14 | - |
| YUV | 67.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 13 | 0 | 0.66 | 0.90 | 0.48 | 16.13 | 0.82 | 0.28 |
| Hex | 84 | 2D | D | 0 | 42 | 5A | 30 | 10 | 52 | 1C |
| Octal | 204 | 55 | 15 | 0 | 102 | 132 | 60 | 20 | 122 | 34 |
| Binary | 10000100 | 101101 | 1101 | 0 | 1000010 | 1011010 | 110000 | 10000 | 1010010 | 11100 |
Color Harmonies of #842D0D
Complementary color
Monochromatic Colors of #842D0D
Black with #842D0D
Text Example
Text Example
White with #842D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D0D; }
p { color: rgb(132,45,13); }
H1.HeaderClassName
{
color: #842D0D;
}
.AnyTagClassName
{
color: #842D0D;
}
</style>
background-color css
<style>
a { background-color: #842D0D; }
a { background-color: rgb(132,45,13); }
div.DivClassName
{
background-color: #842D0D;
}
.BgClassName
{
background-color: #842D0D;
}
</style>
border-color css
<style>
span { border-color: #842D0D; }
span { border-color: rgb(132,45,13); }
td.TdClassName
{
border-color: #842D0D;
}
.TagClassName
{
border-color: #842D0D;
}
</style>