Shades of Burnt Umber #852C18
Tints of Burnt Umber #852C18
RGB
CMYK
RGB Variations
Color information
#852C18 (or 0x852C18) is known color: Burnt Umber. HEX triplet: 85, 2C and 18. RGB value is (133,44,24). Sum of RGB (Red+Green+Blue) = 133+44+24=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #852C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C18 is #7AD3E7. Grayscale: #444444. Windows color (decimal): -8049640 or 1584261. OLE color: 1584261.
HSL color Cylindrical-coordinate representation of color #852C18: hue angle of 11.01º 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 #852C18 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 24 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.48 |
| HSL | 11.01º | 0.69% | 0.31% | - |
| HSV(B) | 11.01º | 0.82% | 0.52% | - |
| XYZ | 10.74 | 6.85 | 1.62 | - |
| YUV | 68.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 24 | 0 | 0.67 | 0.82 | 0.48 | 11.01 | 0.69 | 0.31 |
| Hex | 85 | 2C | 18 | 0 | 43 | 52 | 30 | B | 45 | 1F |
| Octal | 205 | 54 | 30 | 0 | 103 | 122 | 60 | 13 | 105 | 37 |
| Binary | 10000101 | 101100 | 11000 | 0 | 1000011 | 1010010 | 110000 | 1011 | 1000101 | 11111 |
Color Harmonies of #852C18
Complementary color
Monochromatic Colors of #852C18
Black with #852C18
Text Example
Text Example
White with #852C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C18; }
p { color: rgb(133,44,24); }
H1.HeaderClassName
{
color: #852C18;
}
.AnyTagClassName
{
color: #852C18;
}
</style>
background-color css
<style>
a { background-color: #852C18; }
a { background-color: rgb(133,44,24); }
div.DivClassName
{
background-color: #852C18;
}
.BgClassName
{
background-color: #852C18;
}
</style>
border-color css
<style>
span { border-color: #852C18; }
span { border-color: rgb(133,44,24); }
td.TdClassName
{
border-color: #852C18;
}
.TagClassName
{
border-color: #852C18;
}
</style>