Shades of Burnt Umber #84381D
Tints of Burnt Umber #84381D
RGB
CMYK
RGB Variations
Color information
#84381D (or 0x84381D) is known color: Burnt Umber. HEX triplet: 84, 38 and 1D. RGB value is (132,56,29). Sum of RGB (Red+Green+Blue) = 132+56+29=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84381D is #7BC7E2. Grayscale: #4B4B4B. Windows color (decimal): -8112099 or 1915012. OLE color: 1915012.
HSL color Cylindrical-coordinate representation of color #84381D: hue angle of 15.73º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84381D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 29 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.48 |
| HSL | 15.73º | 0.64% | 0.32% | - |
| HSV(B) | 15.73º | 0.78% | 0.52% | - |
| XYZ | 11.15 | 7.82 | 2.08 | - |
| YUV | 75.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 29 | 0 | 0.58 | 0.78 | 0.48 | 15.73 | 0.64 | 0.32 |
| Hex | 84 | 38 | 1D | 0 | 3A | 4E | 30 | 10 | 40 | 20 |
| Octal | 204 | 70 | 35 | 0 | 72 | 116 | 60 | 20 | 100 | 40 |
| Binary | 10000100 | 111000 | 11101 | 0 | 111010 | 1001110 | 110000 | 10000 | 1000000 | 100000 |
Color Harmonies of #84381D
Complementary color
Monochromatic Colors of #84381D
Black with #84381D
Text Example
Text Example
White with #84381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84381D; }
p { color: rgb(132,56,29); }
H1.HeaderClassName
{
color: #84381D;
}
.AnyTagClassName
{
color: #84381D;
}
</style>
background-color css
<style>
a { background-color: #84381D; }
a { background-color: rgb(132,56,29); }
div.DivClassName
{
background-color: #84381D;
}
.BgClassName
{
background-color: #84381D;
}
</style>
border-color css
<style>
span { border-color: #84381D; }
span { border-color: rgb(132,56,29); }
td.TdClassName
{
border-color: #84381D;
}
.TagClassName
{
border-color: #84381D;
}
</style>