Shades of Burnt Umber #843414
Tints of Burnt Umber #843414
RGB
CMYK
RGB Variations
Color information
#843414 (or 0x843414) is known color: Burnt Umber. HEX triplet: 84, 34 and 14. RGB value is (132,52,20). Sum of RGB (Red+Green+Blue) = 132+52+20=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #843414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843414 is #7BCBEB. Grayscale: #484848. Windows color (decimal): -8113132 or 1324164. OLE color: 1324164.
HSL color Cylindrical-coordinate representation of color #843414: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #843414 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 20 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.48 |
| HSL | 17.14º | 0.74% | 0.3% | - |
| HSV(B) | 17.14º | 0.85% | 0.52% | - |
| XYZ | 10.87 | 7.41 | 1.52 | - |
| YUV | 72.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 20 | 0 | 0.61 | 0.85 | 0.48 | 17.14 | 0.74 | 0.3 |
| Hex | 84 | 34 | 14 | 0 | 3D | 55 | 30 | 11 | 4A | 1E |
| Octal | 204 | 64 | 24 | 0 | 75 | 125 | 60 | 21 | 112 | 36 |
| Binary | 10000100 | 110100 | 10100 | 0 | 111101 | 1010101 | 110000 | 10001 | 1001010 | 11110 |
Color Harmonies of #843414
Complementary color
Monochromatic Colors of #843414
Black with #843414
Text Example
Text Example
White with #843414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843414; }
p { color: rgb(132,52,20); }
H1.HeaderClassName
{
color: #843414;
}
.AnyTagClassName
{
color: #843414;
}
</style>
background-color css
<style>
a { background-color: #843414; }
a { background-color: rgb(132,52,20); }
div.DivClassName
{
background-color: #843414;
}
.BgClassName
{
background-color: #843414;
}
</style>
border-color css
<style>
span { border-color: #843414; }
span { border-color: rgb(132,52,20); }
td.TdClassName
{
border-color: #843414;
}
.TagClassName
{
border-color: #843414;
}
</style>