Shades of Burnt Umber #852D18
Tints of Burnt Umber #852D18
RGB
CMYK
RGB Variations
Color information
#852D18 (or 0x852D18) is known color: Burnt Umber. HEX triplet: 85, 2D and 18. RGB value is (133,45,24). Sum of RGB (Red+Green+Blue) = 133+45+24=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #852D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D18 is #7AD2E7. Grayscale: #454545. Windows color (decimal): -8049384 or 1584517. OLE color: 1584517.
HSL color Cylindrical-coordinate representation of color #852D18: hue angle of 11.56º 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 #852D18 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 24 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.48 |
| HSL | 11.56º | 0.69% | 0.31% | - |
| HSV(B) | 11.56º | 0.82% | 0.52% | - |
| XYZ | 10.78 | 6.93 | 1.63 | - |
| YUV | 68.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 24 | 0 | 0.66 | 0.82 | 0.48 | 11.56 | 0.69 | 0.31 |
| Hex | 85 | 2D | 18 | 0 | 42 | 52 | 30 | C | 45 | 1F |
| Octal | 205 | 55 | 30 | 0 | 102 | 122 | 60 | 14 | 105 | 37 |
| Binary | 10000101 | 101101 | 11000 | 0 | 1000010 | 1010010 | 110000 | 1100 | 1000101 | 11111 |
Color Harmonies of #852D18
Complementary color
Monochromatic Colors of #852D18
Black with #852D18
Text Example
Text Example
White with #852D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D18; }
p { color: rgb(133,45,24); }
H1.HeaderClassName
{
color: #852D18;
}
.AnyTagClassName
{
color: #852D18;
}
</style>
background-color css
<style>
a { background-color: #852D18; }
a { background-color: rgb(133,45,24); }
div.DivClassName
{
background-color: #852D18;
}
.BgClassName
{
background-color: #852D18;
}
</style>
border-color css
<style>
span { border-color: #852D18; }
span { border-color: rgb(133,45,24); }
td.TdClassName
{
border-color: #852D18;
}
.TagClassName
{
border-color: #852D18;
}
</style>