Shades of Burnt Umber #852D28
Tints of Burnt Umber #852D28
RGB
CMYK
RGB Variations
Color information
#852D28 (or 0x852D28) is known color: Burnt Umber. HEX triplet: 85, 2D and 28. RGB value is (133,45,40). Sum of RGB (Red+Green+Blue) = 133+45+40=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D28 is #7AD2D7. Grayscale: #464646. Windows color (decimal): -8049368 or 2633093. OLE color: 2633093.
HSL color Cylindrical-coordinate representation of color #852D28: hue angle of 3.23º 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 #852D28 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 40 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.48 |
| HSL | 3.23º | 0.54% | 0.34% | - |
| HSV(B) | 3.23º | 0.7% | 0.52% | - |
| XYZ | 10.99 | 7.02 | 2.78 | - |
| YUV | 70.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 40 | 0 | 0.66 | 0.70 | 0.48 | 3.23 | 0.54 | 0.34 |
| Hex | 85 | 2D | 28 | 0 | 42 | 46 | 30 | 3 | 36 | 22 |
| Octal | 205 | 55 | 50 | 0 | 102 | 106 | 60 | 3 | 66 | 42 |
| Binary | 10000101 | 101101 | 101000 | 0 | 1000010 | 1000110 | 110000 | 11 | 110110 | 100010 |
Color Harmonies of #852D28
Complementary color
Monochromatic Colors of #852D28
Black with #852D28
Text Example
Text Example
White with #852D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D28; }
p { color: rgb(133,45,40); }
H1.HeaderClassName
{
color: #852D28;
}
.AnyTagClassName
{
color: #852D28;
}
</style>
background-color css
<style>
a { background-color: #852D28; }
a { background-color: rgb(133,45,40); }
div.DivClassName
{
background-color: #852D28;
}
.BgClassName
{
background-color: #852D28;
}
</style>
border-color css
<style>
span { border-color: #852D28; }
span { border-color: rgb(133,45,40); }
td.TdClassName
{
border-color: #852D28;
}
.TagClassName
{
border-color: #852D28;
}
</style>