Shades of Burnt Umber #853021
Tints of Burnt Umber #853021
RGB
CMYK
RGB Variations
Color information
#853021 (or 0x853021) is known color: Burnt Umber. HEX triplet: 85, 30 and 21. RGB value is (133,48,33). Sum of RGB (Red+Green+Blue) = 133+48+33=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #853021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853021 is #7ACFDE. Grayscale: #474747. Windows color (decimal): -8048607 or 2175109. OLE color: 2175109.
HSL color Cylindrical-coordinate representation of color #853021: hue angle of 9º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853021 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 33 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.48 |
| HSL | 9º | 0.6% | 0.33% | - |
| HSV(B) | 9º | 0.75% | 0.52% | - |
| XYZ | 11 | 7.21 | 2.25 | - |
| YUV | 71.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 33 | 0 | 0.64 | 0.75 | 0.48 | 9 | 0.6 | 0.33 |
| Hex | 85 | 30 | 21 | 0 | 40 | 4B | 30 | 9 | 3C | 21 |
| Octal | 205 | 60 | 41 | 0 | 100 | 113 | 60 | 11 | 74 | 41 |
| Binary | 10000101 | 110000 | 100001 | 0 | 1000000 | 1001011 | 110000 | 1001 | 111100 | 100001 |
Color Harmonies of #853021
Complementary color
Monochromatic Colors of #853021
Black with #853021
Text Example
Text Example
White with #853021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853021; }
p { color: rgb(133,48,33); }
H1.HeaderClassName
{
color: #853021;
}
.AnyTagClassName
{
color: #853021;
}
</style>
background-color css
<style>
a { background-color: #853021; }
a { background-color: rgb(133,48,33); }
div.DivClassName
{
background-color: #853021;
}
.BgClassName
{
background-color: #853021;
}
</style>
border-color css
<style>
span { border-color: #853021; }
span { border-color: rgb(133,48,33); }
td.TdClassName
{
border-color: #853021;
}
.TagClassName
{
border-color: #853021;
}
</style>