Shades of Burnt Umber #823124
Tints of Burnt Umber #823124
RGB
CMYK
RGB Variations
Color information
#823124 (or 0x823124) is known color: Burnt Umber. HEX triplet: 82, 31 and 24. RGB value is (130,49,36). Sum of RGB (Red+Green+Blue) = 130+49+36=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #823124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823124 is #7DCEDB. Grayscale: #474747. Windows color (decimal): -8244956 or 2371970. OLE color: 2371970.
HSL color Cylindrical-coordinate representation of color #823124: hue angle of 8.3º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823124 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 36 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.49 |
| HSL | 8.3º | 0.57% | 0.33% | - |
| HSV(B) | 8.3º | 0.72% | 0.51% | - |
| XYZ | 10.62 | 7.07 | 2.47 | - |
| YUV | 71.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 36 | 0 | 0.62 | 0.72 | 0.49 | 8.3 | 0.57 | 0.33 |
| Hex | 82 | 31 | 24 | 0 | 3E | 48 | 31 | 8 | 39 | 21 |
| Octal | 202 | 61 | 44 | 0 | 76 | 110 | 61 | 10 | 71 | 41 |
| Binary | 10000010 | 110001 | 100100 | 0 | 111110 | 1001000 | 110001 | 1000 | 111001 | 100001 |
Color Harmonies of #823124
Complementary color
Monochromatic Colors of #823124
Black with #823124
Text Example
Text Example
White with #823124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823124; }
p { color: rgb(130,49,36); }
H1.HeaderClassName
{
color: #823124;
}
.AnyTagClassName
{
color: #823124;
}
</style>
background-color css
<style>
a { background-color: #823124; }
a { background-color: rgb(130,49,36); }
div.DivClassName
{
background-color: #823124;
}
.BgClassName
{
background-color: #823124;
}
</style>
border-color css
<style>
span { border-color: #823124; }
span { border-color: rgb(130,49,36); }
td.TdClassName
{
border-color: #823124;
}
.TagClassName
{
border-color: #823124;
}
</style>