Shades of Burnt Umber #852818
Tints of Burnt Umber #852818
RGB
CMYK
RGB Variations
Color information
#852818 (or 0x852818) is known color: Burnt Umber. HEX triplet: 85, 28 and 18. RGB value is (133,40,24). Sum of RGB (Red+Green+Blue) = 133+40+24=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #852818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852818 is #7AD7E7. Grayscale: #424242. Windows color (decimal): -8050664 or 1583237. OLE color: 1583237.
HSL color Cylindrical-coordinate representation of color #852818: hue angle of 8.81º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852818 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 24 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.48 |
| HSL | 8.81º | 0.69% | 0.31% | - |
| HSV(B) | 8.81º | 0.82% | 0.52% | - |
| XYZ | 10.6 | 6.57 | 1.57 | - |
| YUV | 65.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 24 | 0 | 0.70 | 0.82 | 0.48 | 8.81 | 0.69 | 0.31 |
| Hex | 85 | 28 | 18 | 0 | 46 | 52 | 30 | 9 | 45 | 1F |
| Octal | 205 | 50 | 30 | 0 | 106 | 122 | 60 | 11 | 105 | 37 |
| Binary | 10000101 | 101000 | 11000 | 0 | 1000110 | 1010010 | 110000 | 1001 | 1000101 | 11111 |
Color Harmonies of #852818
Complementary color
Monochromatic Colors of #852818
Black with #852818
Text Example
Text Example
White with #852818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852818; }
p { color: rgb(133,40,24); }
H1.HeaderClassName
{
color: #852818;
}
.AnyTagClassName
{
color: #852818;
}
</style>
background-color css
<style>
a { background-color: #852818; }
a { background-color: rgb(133,40,24); }
div.DivClassName
{
background-color: #852818;
}
.BgClassName
{
background-color: #852818;
}
</style>
border-color css
<style>
span { border-color: #852818; }
span { border-color: rgb(133,40,24); }
td.TdClassName
{
border-color: #852818;
}
.TagClassName
{
border-color: #852818;
}
</style>