Shades of Burnt Umber #852A12
Tints of Burnt Umber #852A12
RGB
CMYK
RGB Variations
Color information
#852A12 (or 0x852A12) is known color: Burnt Umber. HEX triplet: 85, 2A and 12. RGB value is (133,42,18). Sum of RGB (Red+Green+Blue) = 133+42+18=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A12 is #7AD5ED. Grayscale: #424242. Windows color (decimal): -8050158 or 1190533. OLE color: 1190533.
HSL color Cylindrical-coordinate representation of color #852A12: hue angle of 12.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #852A12 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 18 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.48 |
| HSL | 12.52º | 0.76% | 0.3% | - |
| HSV(B) | 12.52º | 0.86% | 0.52% | - |
| XYZ | 10.61 | 6.69 | 1.3 | - |
| YUV | 66.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 18 | 0 | 0.68 | 0.86 | 0.48 | 12.52 | 0.76 | 0.3 |
| Hex | 85 | 2A | 12 | 0 | 44 | 56 | 30 | D | 4C | 1E |
| Octal | 205 | 52 | 22 | 0 | 104 | 126 | 60 | 15 | 114 | 36 |
| Binary | 10000101 | 101010 | 10010 | 0 | 1000100 | 1010110 | 110000 | 1101 | 1001100 | 11110 |
Color Harmonies of #852A12
Complementary color
Monochromatic Colors of #852A12
Black with #852A12
Text Example
Text Example
White with #852A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A12; }
p { color: rgb(133,42,18); }
H1.HeaderClassName
{
color: #852A12;
}
.AnyTagClassName
{
color: #852A12;
}
</style>
background-color css
<style>
a { background-color: #852A12; }
a { background-color: rgb(133,42,18); }
div.DivClassName
{
background-color: #852A12;
}
.BgClassName
{
background-color: #852A12;
}
</style>
border-color css
<style>
span { border-color: #852A12; }
span { border-color: rgb(133,42,18); }
td.TdClassName
{
border-color: #852A12;
}
.TagClassName
{
border-color: #852A12;
}
</style>