Shades of Burnt Umber #823321
Tints of Burnt Umber #823321
RGB
CMYK
RGB Variations
Color information
#823321 (or 0x823321) is known color: Burnt Umber. HEX triplet: 82, 33 and 21. RGB value is (130,51,33). Sum of RGB (Red+Green+Blue) = 130+51+33=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #823321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823321 is #7DCCDE. Grayscale: #484848. Windows color (decimal): -8244447 or 2175874. OLE color: 2175874.
HSL color Cylindrical-coordinate representation of color #823321: hue angle of 11.13º 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 #823321 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 33 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.49 |
| HSL | 11.13º | 0.6% | 0.32% | - |
| HSV(B) | 11.13º | 0.75% | 0.51% | - |
| XYZ | 10.66 | 7.22 | 2.27 | - |
| YUV | 72.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 33 | 0 | 0.61 | 0.75 | 0.49 | 11.13 | 0.6 | 0.32 |
| Hex | 82 | 33 | 21 | 0 | 3D | 4B | 31 | B | 3C | 20 |
| Octal | 202 | 63 | 41 | 0 | 75 | 113 | 61 | 13 | 74 | 40 |
| Binary | 10000010 | 110011 | 100001 | 0 | 111101 | 1001011 | 110001 | 1011 | 111100 | 100000 |
Color Harmonies of #823321
Complementary color
Monochromatic Colors of #823321
Black with #823321
Text Example
Text Example
White with #823321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823321; }
p { color: rgb(130,51,33); }
H1.HeaderClassName
{
color: #823321;
}
.AnyTagClassName
{
color: #823321;
}
</style>
background-color css
<style>
a { background-color: #823321; }
a { background-color: rgb(130,51,33); }
div.DivClassName
{
background-color: #823321;
}
.BgClassName
{
background-color: #823321;
}
</style>
border-color css
<style>
span { border-color: #823321; }
span { border-color: rgb(130,51,33); }
td.TdClassName
{
border-color: #823321;
}
.TagClassName
{
border-color: #823321;
}
</style>