Shades of Burnt Umber #853028
Tints of Burnt Umber #853028
RGB
CMYK
RGB Variations
Color information
#853028 (or 0x853028) is known color: Burnt Umber. HEX triplet: 85, 30 and 28. RGB value is (133,48,40). Sum of RGB (Red+Green+Blue) = 133+48+40=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #853028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853028 is #7ACFD7. Grayscale: #484848. Windows color (decimal): -8048600 or 2633861. OLE color: 2633861.
HSL color Cylindrical-coordinate representation of color #853028: hue angle of 5.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853028 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 40 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.48 |
| HSL | 5.16º | 0.54% | 0.34% | - |
| HSV(B) | 5.16º | 0.7% | 0.52% | - |
| XYZ | 11.11 | 7.25 | 2.82 | - |
| YUV | 72.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 40 | 0 | 0.64 | 0.70 | 0.48 | 5.16 | 0.54 | 0.34 |
| Hex | 85 | 30 | 28 | 0 | 40 | 46 | 30 | 5 | 36 | 22 |
| Octal | 205 | 60 | 50 | 0 | 100 | 106 | 60 | 5 | 66 | 42 |
| Binary | 10000101 | 110000 | 101000 | 0 | 1000000 | 1000110 | 110000 | 101 | 110110 | 100010 |
Color Harmonies of #853028
Complementary color
Monochromatic Colors of #853028
Black with #853028
Text Example
Text Example
White with #853028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853028; }
p { color: rgb(133,48,40); }
H1.HeaderClassName
{
color: #853028;
}
.AnyTagClassName
{
color: #853028;
}
</style>
background-color css
<style>
a { background-color: #853028; }
a { background-color: rgb(133,48,40); }
div.DivClassName
{
background-color: #853028;
}
.BgClassName
{
background-color: #853028;
}
</style>
border-color css
<style>
span { border-color: #853028; }
span { border-color: rgb(133,48,40); }
td.TdClassName
{
border-color: #853028;
}
.TagClassName
{
border-color: #853028;
}
</style>