Shades of Burnt Umber #832E21
Tints of Burnt Umber #832E21
RGB
CMYK
RGB Variations
Color information
#832E21 (or 0x832E21) is known color: Burnt Umber. HEX triplet: 83, 2E and 21. RGB value is (131,46,33). Sum of RGB (Red+Green+Blue) = 131+46+33=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #832E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E21 is #7CD1DE. Grayscale: #464646. Windows color (decimal): -8180191 or 2174595. OLE color: 2174595.
HSL color Cylindrical-coordinate representation of color #832E21: hue angle of 7.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832E21 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 33 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.49 |
| HSL | 7.96º | 0.6% | 0.32% | - |
| HSV(B) | 7.96º | 0.75% | 0.51% | - |
| XYZ | 10.61 | 6.89 | 2.21 | - |
| YUV | 69.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 33 | 0 | 0.65 | 0.75 | 0.49 | 7.96 | 0.6 | 0.32 |
| Hex | 83 | 2E | 21 | 0 | 41 | 4B | 31 | 8 | 3C | 20 |
| Octal | 203 | 56 | 41 | 0 | 101 | 113 | 61 | 10 | 74 | 40 |
| Binary | 10000011 | 101110 | 100001 | 0 | 1000001 | 1001011 | 110001 | 1000 | 111100 | 100000 |
Color Harmonies of #832E21
Complementary color
Monochromatic Colors of #832E21
Black with #832E21
Text Example
Text Example
White with #832E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E21; }
p { color: rgb(131,46,33); }
H1.HeaderClassName
{
color: #832E21;
}
.AnyTagClassName
{
color: #832E21;
}
</style>
background-color css
<style>
a { background-color: #832E21; }
a { background-color: rgb(131,46,33); }
div.DivClassName
{
background-color: #832E21;
}
.BgClassName
{
background-color: #832E21;
}
</style>
border-color css
<style>
span { border-color: #832E21; }
span { border-color: rgb(131,46,33); }
td.TdClassName
{
border-color: #832E21;
}
.TagClassName
{
border-color: #832E21;
}
</style>