Shades of Burnt Umber #832D1D
Tints of Burnt Umber #832D1D
RGB
CMYK
RGB Variations
Color information
#832D1D (or 0x832D1D) is known color: Burnt Umber. HEX triplet: 83, 2D and 1D. RGB value is (131,45,29). Sum of RGB (Red+Green+Blue) = 131+45+29=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #832D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D1D is #7CD2E2. Grayscale: #454545. Windows color (decimal): -8180451 or 1912195. OLE color: 1912195.
HSL color Cylindrical-coordinate representation of color #832D1D: hue angle of 9.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832D1D is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 29 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.49 |
| HSL | 9.41º | 0.64% | 0.31% | - |
| HSV(B) | 9.41º | 0.78% | 0.51% | - |
| XYZ | 10.52 | 6.79 | 1.92 | - |
| YUV | 68.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 29 | 0 | 0.66 | 0.78 | 0.49 | 9.41 | 0.64 | 0.31 |
| Hex | 83 | 2D | 1D | 0 | 42 | 4E | 31 | 9 | 40 | 1F |
| Octal | 203 | 55 | 35 | 0 | 102 | 116 | 61 | 11 | 100 | 37 |
| Binary | 10000011 | 101101 | 11101 | 0 | 1000010 | 1001110 | 110001 | 1001 | 1000000 | 11111 |
Color Harmonies of #832D1D
Complementary color
Monochromatic Colors of #832D1D
Black with #832D1D
Text Example
Text Example
White with #832D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D1D; }
p { color: rgb(131,45,29); }
H1.HeaderClassName
{
color: #832D1D;
}
.AnyTagClassName
{
color: #832D1D;
}
</style>
background-color css
<style>
a { background-color: #832D1D; }
a { background-color: rgb(131,45,29); }
div.DivClassName
{
background-color: #832D1D;
}
.BgClassName
{
background-color: #832D1D;
}
</style>
border-color css
<style>
span { border-color: #832D1D; }
span { border-color: rgb(131,45,29); }
td.TdClassName
{
border-color: #832D1D;
}
.TagClassName
{
border-color: #832D1D;
}
</style>