Shades of Burnt Umber #853421
Tints of Burnt Umber #853421
RGB
CMYK
RGB Variations
Color information
#853421 (or 0x853421) is known color: Burnt Umber. HEX triplet: 85, 34 and 21. RGB value is (133,52,33). Sum of RGB (Red+Green+Blue) = 133+52+33=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #853421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853421 is #7ACBDE. Grayscale: #4A4A4A. Windows color (decimal): -8047583 or 2176133. OLE color: 2176133.
HSL color Cylindrical-coordinate representation of color #853421: hue angle of 11.4º 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 #853421 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 33 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.48 |
| HSL | 11.4º | 0.6% | 0.33% | - |
| HSV(B) | 11.4º | 0.75% | 0.52% | - |
| XYZ | 11.18 | 7.55 | 2.31 | - |
| YUV | 74.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 33 | 0 | 0.61 | 0.75 | 0.48 | 11.4 | 0.6 | 0.33 |
| Hex | 85 | 34 | 21 | 0 | 3D | 4B | 30 | B | 3C | 21 |
| Octal | 205 | 64 | 41 | 0 | 75 | 113 | 60 | 13 | 74 | 41 |
| Binary | 10000101 | 110100 | 100001 | 0 | 111101 | 1001011 | 110000 | 1011 | 111100 | 100001 |
Color Harmonies of #853421
Complementary color
Monochromatic Colors of #853421
Black with #853421
Text Example
Text Example
White with #853421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853421; }
p { color: rgb(133,52,33); }
H1.HeaderClassName
{
color: #853421;
}
.AnyTagClassName
{
color: #853421;
}
</style>
background-color css
<style>
a { background-color: #853421; }
a { background-color: rgb(133,52,33); }
div.DivClassName
{
background-color: #853421;
}
.BgClassName
{
background-color: #853421;
}
</style>
border-color css
<style>
span { border-color: #853421; }
span { border-color: rgb(133,52,33); }
td.TdClassName
{
border-color: #853421;
}
.TagClassName
{
border-color: #853421;
}
</style>