Shades of Burnt Umber #823113
Tints of Burnt Umber #823113
RGB
CMYK
RGB Variations
Color information
#823113 (or 0x823113) is known color: Burnt Umber. HEX triplet: 82, 31 and 13. RGB value is (130,49,19). Sum of RGB (Red+Green+Blue) = 130+49+19=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #823113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823113 is #7DCEEC. Grayscale: #464646. Windows color (decimal): -8244973 or 1257858. OLE color: 1257858.
HSL color Cylindrical-coordinate representation of color #823113: hue angle of 16.22º degrees, saturation: 0.74, 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 #823113 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 19 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.49 |
| HSL | 16.22º | 0.74% | 0.29% | - |
| HSV(B) | 16.22º | 0.85% | 0.51% | - |
| XYZ | 10.42 | 6.99 | 1.42 | - |
| YUV | 69.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 19 | 0 | 0.62 | 0.85 | 0.49 | 16.22 | 0.74 | 0.29 |
| Hex | 82 | 31 | 13 | 0 | 3E | 55 | 31 | 10 | 4A | 1D |
| Octal | 202 | 61 | 23 | 0 | 76 | 125 | 61 | 20 | 112 | 35 |
| Binary | 10000010 | 110001 | 10011 | 0 | 111110 | 1010101 | 110001 | 10000 | 1001010 | 11101 |
Color Harmonies of #823113
Complementary color
Monochromatic Colors of #823113
Black with #823113
Text Example
Text Example
White with #823113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823113; }
p { color: rgb(130,49,19); }
H1.HeaderClassName
{
color: #823113;
}
.AnyTagClassName
{
color: #823113;
}
</style>
background-color css
<style>
a { background-color: #823113; }
a { background-color: rgb(130,49,19); }
div.DivClassName
{
background-color: #823113;
}
.BgClassName
{
background-color: #823113;
}
</style>
border-color css
<style>
span { border-color: #823113; }
span { border-color: rgb(130,49,19); }
td.TdClassName
{
border-color: #823113;
}
.TagClassName
{
border-color: #823113;
}
</style>