Shades of Burnt Umber #852D12
Tints of Burnt Umber #852D12
RGB
CMYK
RGB Variations
Color information
#852D12 (or 0x852D12) is known color: Burnt Umber. HEX triplet: 85, 2D and 12. RGB value is (133,45,18). Sum of RGB (Red+Green+Blue) = 133+45+18=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #852D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D12 is #7AD2ED. Grayscale: #444444. Windows color (decimal): -8049390 or 1191301. OLE color: 1191301.
HSL color Cylindrical-coordinate representation of color #852D12: hue angle of 14.09º 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 #852D12 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 18 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.48 |
| HSL | 14.09º | 0.76% | 0.3% | - |
| HSV(B) | 14.09º | 0.86% | 0.52% | - |
| XYZ | 10.72 | 6.91 | 1.34 | - |
| YUV | 68.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 18 | 0 | 0.66 | 0.86 | 0.48 | 14.09 | 0.76 | 0.3 |
| Hex | 85 | 2D | 12 | 0 | 42 | 56 | 30 | E | 4C | 1E |
| Octal | 205 | 55 | 22 | 0 | 102 | 126 | 60 | 16 | 114 | 36 |
| Binary | 10000101 | 101101 | 10010 | 0 | 1000010 | 1010110 | 110000 | 1110 | 1001100 | 11110 |
Color Harmonies of #852D12
Complementary color
Monochromatic Colors of #852D12
Black with #852D12
Text Example
Text Example
White with #852D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D12; }
p { color: rgb(133,45,18); }
H1.HeaderClassName
{
color: #852D12;
}
.AnyTagClassName
{
color: #852D12;
}
</style>
background-color css
<style>
a { background-color: #852D12; }
a { background-color: rgb(133,45,18); }
div.DivClassName
{
background-color: #852D12;
}
.BgClassName
{
background-color: #852D12;
}
</style>
border-color css
<style>
span { border-color: #852D12; }
span { border-color: rgb(133,45,18); }
td.TdClassName
{
border-color: #852D12;
}
.TagClassName
{
border-color: #852D12;
}
</style>