Shades of Burnt Umber #853215
Tints of Burnt Umber #853215
RGB
CMYK
RGB Variations
Color information
#853215 (or 0x853215) is known color: Burnt Umber. HEX triplet: 85, 32 and 15. RGB value is (133,50,21). Sum of RGB (Red+Green+Blue) = 133+50+21=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #853215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853215 is #7ACDEA. Grayscale: #474747. Windows color (decimal): -8048107 or 1389189. OLE color: 1389189.
HSL color Cylindrical-coordinate representation of color #853215: hue angle of 15.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #853215 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 21 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.48 |
| HSL | 15.54º | 0.73% | 0.3% | - |
| HSV(B) | 15.54º | 0.84% | 0.52% | - |
| XYZ | 10.95 | 7.32 | 1.55 | - |
| YUV | 71.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 21 | 0 | 0.62 | 0.84 | 0.48 | 15.54 | 0.73 | 0.3 |
| Hex | 85 | 32 | 15 | 0 | 3E | 54 | 30 | 10 | 49 | 1E |
| Octal | 205 | 62 | 25 | 0 | 76 | 124 | 60 | 20 | 111 | 36 |
| Binary | 10000101 | 110010 | 10101 | 0 | 111110 | 1010100 | 110000 | 10000 | 1001001 | 11110 |
Color Harmonies of #853215
Complementary color
Monochromatic Colors of #853215
Black with #853215
Text Example
Text Example
White with #853215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853215; }
p { color: rgb(133,50,21); }
H1.HeaderClassName
{
color: #853215;
}
.AnyTagClassName
{
color: #853215;
}
</style>
background-color css
<style>
a { background-color: #853215; }
a { background-color: rgb(133,50,21); }
div.DivClassName
{
background-color: #853215;
}
.BgClassName
{
background-color: #853215;
}
</style>
border-color css
<style>
span { border-color: #853215; }
span { border-color: rgb(133,50,21); }
td.TdClassName
{
border-color: #853215;
}
.TagClassName
{
border-color: #853215;
}
</style>