Shades of Burnt Umber #823521
Tints of Burnt Umber #823521
RGB
CMYK
RGB Variations
Color information
#823521 (or 0x823521) is known color: Burnt Umber. HEX triplet: 82, 35 and 21. RGB value is (130,53,33). Sum of RGB (Red+Green+Blue) = 130+53+33=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #823521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823521 is #7DCADE. Grayscale: #494949. Windows color (decimal): -8243935 or 2176386. OLE color: 2176386.
HSL color Cylindrical-coordinate representation of color #823521: hue angle of 12.37º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823521 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 33 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.49 |
| HSL | 12.37º | 0.6% | 0.32% | - |
| HSV(B) | 12.37º | 0.75% | 0.51% | - |
| XYZ | 10.75 | 7.4 | 2.3 | - |
| YUV | 73.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 33 | 0 | 0.59 | 0.75 | 0.49 | 12.37 | 0.6 | 0.32 |
| Hex | 82 | 35 | 21 | 0 | 3B | 4B | 31 | C | 3C | 20 |
| Octal | 202 | 65 | 41 | 0 | 73 | 113 | 61 | 14 | 74 | 40 |
| Binary | 10000010 | 110101 | 100001 | 0 | 111011 | 1001011 | 110001 | 1100 | 111100 | 100000 |
Color Harmonies of #823521
Complementary color
Monochromatic Colors of #823521
Black with #823521
Text Example
Text Example
White with #823521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823521; }
p { color: rgb(130,53,33); }
H1.HeaderClassName
{
color: #823521;
}
.AnyTagClassName
{
color: #823521;
}
</style>
background-color css
<style>
a { background-color: #823521; }
a { background-color: rgb(130,53,33); }
div.DivClassName
{
background-color: #823521;
}
.BgClassName
{
background-color: #823521;
}
</style>
border-color css
<style>
span { border-color: #823521; }
span { border-color: rgb(130,53,33); }
td.TdClassName
{
border-color: #823521;
}
.TagClassName
{
border-color: #823521;
}
</style>