Shades of Burnt Umber #832C0F
Tints of Burnt Umber #832C0F
RGB
CMYK
RGB Variations
Color information
#832C0F (or 0x832C0F) is known color: Burnt Umber. HEX triplet: 83, 2C and 0F. RGB value is (131,44,15). Sum of RGB (Red+Green+Blue) = 131+44+15=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #832C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832C0F is #7CD3F0. Grayscale: #424242. Windows color (decimal): -8180721 or 994435. OLE color: 994435.
HSL color Cylindrical-coordinate representation of color #832C0F: hue angle of 15º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #832C0F is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 15 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.49 |
| HSL | 15º | 0.79% | 0.29% | - |
| HSV(B) | 15º | 0.89% | 0.51% | - |
| XYZ | 10.35 | 6.66 | 1.19 | - |
| YUV | 66.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 15 | 0 | 0.66 | 0.89 | 0.49 | 15 | 0.79 | 0.29 |
| Hex | 83 | 2C | F | 0 | 42 | 59 | 31 | F | 4F | 1D |
| Octal | 203 | 54 | 17 | 0 | 102 | 131 | 61 | 17 | 117 | 35 |
| Binary | 10000011 | 101100 | 1111 | 0 | 1000010 | 1011001 | 110001 | 1111 | 1001111 | 11101 |
Color Harmonies of #832C0F
Complementary color
Monochromatic Colors of #832C0F
Black with #832C0F
Text Example
Text Example
White with #832C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C0F; }
p { color: rgb(131,44,15); }
H1.HeaderClassName
{
color: #832C0F;
}
.AnyTagClassName
{
color: #832C0F;
}
</style>
background-color css
<style>
a { background-color: #832C0F; }
a { background-color: rgb(131,44,15); }
div.DivClassName
{
background-color: #832C0F;
}
.BgClassName
{
background-color: #832C0F;
}
</style>
border-color css
<style>
span { border-color: #832C0F; }
span { border-color: rgb(131,44,15); }
td.TdClassName
{
border-color: #832C0F;
}
.TagClassName
{
border-color: #832C0F;
}
</style>