Shades of Burnt Umber #832914
Tints of Burnt Umber #832914
RGB
CMYK
RGB Variations
Color information
#832914 (or 0x832914) is known color: Burnt Umber. HEX triplet: 83, 29 and 14. RGB value is (131,41,20). Sum of RGB (Red+Green+Blue) = 131+41+20=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #832914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832914 is #7CD6EB. Grayscale: #414141. Windows color (decimal): -8181484 or 1321347. OLE color: 1321347.
HSL color Cylindrical-coordinate representation of color #832914: hue angle of 11.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #832914 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 20 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.49 |
| HSL | 11.35º | 0.74% | 0.3% | - |
| HSV(B) | 11.35º | 0.85% | 0.51% | - |
| XYZ | 10.28 | 6.46 | 1.37 | - |
| YUV | 65.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 20 | 0 | 0.69 | 0.85 | 0.49 | 11.35 | 0.74 | 0.3 |
| Hex | 83 | 29 | 14 | 0 | 45 | 55 | 31 | B | 4A | 1E |
| Octal | 203 | 51 | 24 | 0 | 105 | 125 | 61 | 13 | 112 | 36 |
| Binary | 10000011 | 101001 | 10100 | 0 | 1000101 | 1010101 | 110001 | 1011 | 1001010 | 11110 |
Color Harmonies of #832914
Complementary color
Monochromatic Colors of #832914
Black with #832914
Text Example
Text Example
White with #832914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832914; }
p { color: rgb(131,41,20); }
H1.HeaderClassName
{
color: #832914;
}
.AnyTagClassName
{
color: #832914;
}
</style>
background-color css
<style>
a { background-color: #832914; }
a { background-color: rgb(131,41,20); }
div.DivClassName
{
background-color: #832914;
}
.BgClassName
{
background-color: #832914;
}
</style>
border-color css
<style>
span { border-color: #832914; }
span { border-color: rgb(131,41,20); }
td.TdClassName
{
border-color: #832914;
}
.TagClassName
{
border-color: #832914;
}
</style>