Shades of Burnt Umber #832E13
Tints of Burnt Umber #832E13
RGB
CMYK
RGB Variations
Color information
#832E13 (or 0x832E13) is known color: Burnt Umber. HEX triplet: 83, 2E and 13. RGB value is (131,46,19). Sum of RGB (Red+Green+Blue) = 131+46+19=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #832E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832E13 is #7CD1EC. Grayscale: #444444. Windows color (decimal): -8180205 or 1257091. OLE color: 1257091.
HSL color Cylindrical-coordinate representation of color #832E13: hue angle of 14.46º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #832E13 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 19 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.49 |
| HSL | 14.46º | 0.75% | 0.29% | - |
| HSV(B) | 14.46º | 0.85% | 0.51% | - |
| XYZ | 10.45 | 6.83 | 1.38 | - |
| YUV | 68.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 19 | 0 | 0.65 | 0.85 | 0.49 | 14.46 | 0.75 | 0.29 |
| Hex | 83 | 2E | 13 | 0 | 41 | 55 | 31 | E | 4B | 1D |
| Octal | 203 | 56 | 23 | 0 | 101 | 125 | 61 | 16 | 113 | 35 |
| Binary | 10000011 | 101110 | 10011 | 0 | 1000001 | 1010101 | 110001 | 1110 | 1001011 | 11101 |
Color Harmonies of #832E13
Complementary color
Monochromatic Colors of #832E13
Black with #832E13
Text Example
Text Example
White with #832E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E13; }
p { color: rgb(131,46,19); }
H1.HeaderClassName
{
color: #832E13;
}
.AnyTagClassName
{
color: #832E13;
}
</style>
background-color css
<style>
a { background-color: #832E13; }
a { background-color: rgb(131,46,19); }
div.DivClassName
{
background-color: #832E13;
}
.BgClassName
{
background-color: #832E13;
}
</style>
border-color css
<style>
span { border-color: #832E13; }
span { border-color: rgb(131,46,19); }
td.TdClassName
{
border-color: #832E13;
}
.TagClassName
{
border-color: #832E13;
}
</style>