Shades of Burnt Umber #84351C
Tints of Burnt Umber #84351C
RGB
CMYK
RGB Variations
Color information
#84351C (or 0x84351C) is known color: Burnt Umber. HEX triplet: 84, 35 and 1C. RGB value is (132,53,28). Sum of RGB (Red+Green+Blue) = 132+53+28=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84351C is #7BCAE3. Grayscale: #494949. Windows color (decimal): -8112868 or 1848708. OLE color: 1848708.
HSL color Cylindrical-coordinate representation of color #84351C: hue angle of 14.42º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84351C is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 53 | 28 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.48 |
| HSL | 14.42º | 0.65% | 0.31% | - |
| HSV(B) | 14.42º | 0.79% | 0.52% | - |
| XYZ | 11 | 7.54 | 1.97 | - |
| YUV | 73.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 28 | 0 | 0.60 | 0.79 | 0.48 | 14.42 | 0.65 | 0.31 |
| Hex | 84 | 35 | 1C | 0 | 3C | 4F | 30 | E | 41 | 1F |
| Octal | 204 | 65 | 34 | 0 | 74 | 117 | 60 | 16 | 101 | 37 |
| Binary | 10000100 | 110101 | 11100 | 0 | 111100 | 1001111 | 110000 | 1110 | 1000001 | 11111 |
Color Harmonies of #84351C
Complementary color
Monochromatic Colors of #84351C
Black with #84351C
Text Example
Text Example
White with #84351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84351C; }
p { color: rgb(132,53,28); }
H1.HeaderClassName
{
color: #84351C;
}
.AnyTagClassName
{
color: #84351C;
}
</style>
background-color css
<style>
a { background-color: #84351C; }
a { background-color: rgb(132,53,28); }
div.DivClassName
{
background-color: #84351C;
}
.BgClassName
{
background-color: #84351C;
}
</style>
border-color css
<style>
span { border-color: #84351C; }
span { border-color: rgb(132,53,28); }
td.TdClassName
{
border-color: #84351C;
}
.TagClassName
{
border-color: #84351C;
}
</style>