Shades of Burnt Umber #84361C
Tints of Burnt Umber #84361C
RGB
CMYK
RGB Variations
Color information
#84361C (or 0x84361C) is known color: Burnt Umber. HEX triplet: 84, 36 and 1C. RGB value is (132,54,28). Sum of RGB (Red+Green+Blue) = 132+54+28=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84361C is #7BC9E3. Grayscale: #4A4A4A. Windows color (decimal): -8112612 or 1848964. OLE color: 1848964.
HSL color Cylindrical-coordinate representation of color #84361C: hue angle of 15º 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 #84361C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 28 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.48 |
| HSL | 15º | 0.65% | 0.31% | - |
| HSV(B) | 15º | 0.79% | 0.52% | - |
| XYZ | 11.04 | 7.63 | 1.99 | - |
| YUV | 74.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 28 | 0 | 0.59 | 0.79 | 0.48 | 15 | 0.65 | 0.31 |
| Hex | 84 | 36 | 1C | 0 | 3B | 4F | 30 | F | 41 | 1F |
| Octal | 204 | 66 | 34 | 0 | 73 | 117 | 60 | 17 | 101 | 37 |
| Binary | 10000100 | 110110 | 11100 | 0 | 111011 | 1001111 | 110000 | 1111 | 1000001 | 11111 |
Color Harmonies of #84361C
Complementary color
Monochromatic Colors of #84361C
Black with #84361C
Text Example
Text Example
White with #84361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84361C; }
p { color: rgb(132,54,28); }
H1.HeaderClassName
{
color: #84361C;
}
.AnyTagClassName
{
color: #84361C;
}
</style>
background-color css
<style>
a { background-color: #84361C; }
a { background-color: rgb(132,54,28); }
div.DivClassName
{
background-color: #84361C;
}
.BgClassName
{
background-color: #84361C;
}
</style>
border-color css
<style>
span { border-color: #84361C; }
span { border-color: rgb(132,54,28); }
td.TdClassName
{
border-color: #84361C;
}
.TagClassName
{
border-color: #84361C;
}
</style>