Shades of Burnt Umber #853029
Tints of Burnt Umber #853029
RGB
CMYK
RGB Variations
Color information
#853029 (or 0x853029) is known color: Burnt Umber. HEX triplet: 85, 30 and 29. RGB value is (133,48,41). Sum of RGB (Red+Green+Blue) = 133+48+41=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #853029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853029 is #7ACFD6. Grayscale: #484848. Windows color (decimal): -8048599 or 2699397. OLE color: 2699397.
HSL color Cylindrical-coordinate representation of color #853029: hue angle of 4.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853029 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 41 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.48 |
| HSL | 4.57º | 0.53% | 0.34% | - |
| HSV(B) | 4.57º | 0.69% | 0.52% | - |
| XYZ | 11.13 | 7.26 | 2.91 | - |
| YUV | 72.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 41 | 0 | 0.64 | 0.69 | 0.48 | 4.57 | 0.53 | 0.34 |
| Hex | 85 | 30 | 29 | 0 | 40 | 45 | 30 | 5 | 35 | 22 |
| Octal | 205 | 60 | 51 | 0 | 100 | 105 | 60 | 5 | 65 | 42 |
| Binary | 10000101 | 110000 | 101001 | 0 | 1000000 | 1000101 | 110000 | 101 | 110101 | 100010 |
Color Harmonies of #853029
Complementary color
Monochromatic Colors of #853029
Black with #853029
Text Example
Text Example
White with #853029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853029; }
p { color: rgb(133,48,41); }
H1.HeaderClassName
{
color: #853029;
}
.AnyTagClassName
{
color: #853029;
}
</style>
background-color css
<style>
a { background-color: #853029; }
a { background-color: rgb(133,48,41); }
div.DivClassName
{
background-color: #853029;
}
.BgClassName
{
background-color: #853029;
}
</style>
border-color css
<style>
span { border-color: #853029; }
span { border-color: rgb(133,48,41); }
td.TdClassName
{
border-color: #853029;
}
.TagClassName
{
border-color: #853029;
}
</style>