Shades of Burnt Umber #832D20
Tints of Burnt Umber #832D20
RGB
CMYK
RGB Variations
Color information
#832D20 (or 0x832D20) is known color: Burnt Umber. HEX triplet: 83, 2D and 20. RGB value is (131,45,32). Sum of RGB (Red+Green+Blue) = 131+45+32=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #832D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D20 is #7CD2DF. Grayscale: #454545. Windows color (decimal): -8180448 or 2108803. OLE color: 2108803.
HSL color Cylindrical-coordinate representation of color #832D20: hue angle of 7.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832D20 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 32 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.49 |
| HSL | 7.88º | 0.61% | 0.32% | - |
| HSV(B) | 7.88º | 0.76% | 0.51% | - |
| XYZ | 10.56 | 6.81 | 2.12 | - |
| YUV | 69.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 32 | 0 | 0.66 | 0.76 | 0.49 | 7.88 | 0.61 | 0.32 |
| Hex | 83 | 2D | 20 | 0 | 42 | 4C | 31 | 8 | 3D | 20 |
| Octal | 203 | 55 | 40 | 0 | 102 | 114 | 61 | 10 | 75 | 40 |
| Binary | 10000011 | 101101 | 100000 | 0 | 1000010 | 1001100 | 110001 | 1000 | 111101 | 100000 |
Color Harmonies of #832D20
Complementary color
Monochromatic Colors of #832D20
Black with #832D20
Text Example
Text Example
White with #832D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D20; }
p { color: rgb(131,45,32); }
H1.HeaderClassName
{
color: #832D20;
}
.AnyTagClassName
{
color: #832D20;
}
</style>
background-color css
<style>
a { background-color: #832D20; }
a { background-color: rgb(131,45,32); }
div.DivClassName
{
background-color: #832D20;
}
.BgClassName
{
background-color: #832D20;
}
</style>
border-color css
<style>
span { border-color: #832D20; }
span { border-color: rgb(131,45,32); }
td.TdClassName
{
border-color: #832D20;
}
.TagClassName
{
border-color: #832D20;
}
</style>