Shades of Burnt Umber #852A17
Tints of Burnt Umber #852A17
RGB
CMYK
RGB Variations
Color information
#852A17 (or 0x852A17) is known color: Burnt Umber. HEX triplet: 85, 2A and 17. RGB value is (133,42,23). Sum of RGB (Red+Green+Blue) = 133+42+23=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #852A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A17 is #7AD5E8. Grayscale: #434343. Windows color (decimal): -8050153 or 1518213. OLE color: 1518213.
HSL color Cylindrical-coordinate representation of color #852A17: hue angle of 10.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852A17 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 23 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.48 |
| HSL | 10.36º | 0.71% | 0.31% | - |
| HSV(B) | 10.36º | 0.83% | 0.52% | - |
| XYZ | 10.66 | 6.7 | 1.54 | - |
| YUV | 67.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 23 | 0 | 0.68 | 0.83 | 0.48 | 10.36 | 0.71 | 0.31 |
| Hex | 85 | 2A | 17 | 0 | 44 | 53 | 30 | A | 47 | 1F |
| Octal | 205 | 52 | 27 | 0 | 104 | 123 | 60 | 12 | 107 | 37 |
| Binary | 10000101 | 101010 | 10111 | 0 | 1000100 | 1010011 | 110000 | 1010 | 1000111 | 11111 |
Color Harmonies of #852A17
Complementary color
Monochromatic Colors of #852A17
Black with #852A17
Text Example
Text Example
White with #852A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A17; }
p { color: rgb(133,42,23); }
H1.HeaderClassName
{
color: #852A17;
}
.AnyTagClassName
{
color: #852A17;
}
</style>
background-color css
<style>
a { background-color: #852A17; }
a { background-color: rgb(133,42,23); }
div.DivClassName
{
background-color: #852A17;
}
.BgClassName
{
background-color: #852A17;
}
</style>
border-color css
<style>
span { border-color: #852A17; }
span { border-color: rgb(133,42,23); }
td.TdClassName
{
border-color: #852A17;
}
.TagClassName
{
border-color: #852A17;
}
</style>