Shades of Burnt Umber #832C0D
Tints of Burnt Umber #832C0D
RGB
CMYK
RGB Variations
Color information
#832C0D (or 0x832C0D) is known color: Burnt Umber. HEX triplet: 83, 2C and 0D. RGB value is (131,44,13). Sum of RGB (Red+Green+Blue) = 131+44+13=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #832C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832C0D is #7CD3F2. Grayscale: #424242. Windows color (decimal): -8180723 or 863363. OLE color: 863363.
HSL color Cylindrical-coordinate representation of color #832C0D: hue angle of 15.76º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #832C0D is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 13 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.49 |
| HSL | 15.76º | 0.82% | 0.28% | - |
| HSV(B) | 15.76º | 0.9% | 0.51% | - |
| XYZ | 10.33 | 6.66 | 1.12 | - |
| YUV | 66.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 13 | 0 | 0.66 | 0.90 | 0.49 | 15.76 | 0.82 | 0.28 |
| Hex | 83 | 2C | D | 0 | 42 | 5A | 31 | 10 | 52 | 1C |
| Octal | 203 | 54 | 15 | 0 | 102 | 132 | 61 | 20 | 122 | 34 |
| Binary | 10000011 | 101100 | 1101 | 0 | 1000010 | 1011010 | 110001 | 10000 | 1010010 | 11100 |
Color Harmonies of #832C0D
Complementary color
Monochromatic Colors of #832C0D
Black with #832C0D
Text Example
Text Example
White with #832C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C0D; }
p { color: rgb(131,44,13); }
H1.HeaderClassName
{
color: #832C0D;
}
.AnyTagClassName
{
color: #832C0D;
}
</style>
background-color css
<style>
a { background-color: #832C0D; }
a { background-color: rgb(131,44,13); }
div.DivClassName
{
background-color: #832C0D;
}
.BgClassName
{
background-color: #832C0D;
}
</style>
border-color css
<style>
span { border-color: #832C0D; }
span { border-color: rgb(131,44,13); }
td.TdClassName
{
border-color: #832C0D;
}
.TagClassName
{
border-color: #832C0D;
}
</style>