Shades of Burnt Umber #823114
Tints of Burnt Umber #823114
RGB
CMYK
RGB Variations
Color information
#823114 (or 0x823114) is known color: Burnt Umber. HEX triplet: 82, 31 and 14. RGB value is (130,49,20). Sum of RGB (Red+Green+Blue) = 130+49+20=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #823114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823114 is #7DCEEB. Grayscale: #464646. Windows color (decimal): -8244972 or 1323394. OLE color: 1323394.
HSL color Cylindrical-coordinate representation of color #823114: hue angle of 15.82º degrees, saturation: 0.73, 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 #823114 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 20 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.49 |
| HSL | 15.82º | 0.73% | 0.29% | - |
| HSV(B) | 15.82º | 0.85% | 0.51% | - |
| XYZ | 10.43 | 6.99 | 1.46 | - |
| YUV | 69.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 20 | 0 | 0.62 | 0.85 | 0.49 | 15.82 | 0.73 | 0.29 |
| Hex | 82 | 31 | 14 | 0 | 3E | 55 | 31 | 10 | 49 | 1D |
| Octal | 202 | 61 | 24 | 0 | 76 | 125 | 61 | 20 | 111 | 35 |
| Binary | 10000010 | 110001 | 10100 | 0 | 111110 | 1010101 | 110001 | 10000 | 1001001 | 11101 |
Color Harmonies of #823114
Complementary color
Monochromatic Colors of #823114
Black with #823114
Text Example
Text Example
White with #823114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823114; }
p { color: rgb(130,49,20); }
H1.HeaderClassName
{
color: #823114;
}
.AnyTagClassName
{
color: #823114;
}
</style>
background-color css
<style>
a { background-color: #823114; }
a { background-color: rgb(130,49,20); }
div.DivClassName
{
background-color: #823114;
}
.BgClassName
{
background-color: #823114;
}
</style>
border-color css
<style>
span { border-color: #823114; }
span { border-color: rgb(130,49,20); }
td.TdClassName
{
border-color: #823114;
}
.TagClassName
{
border-color: #823114;
}
</style>