Shades of Burnt Umber #852C14
Tints of Burnt Umber #852C14
RGB
CMYK
RGB Variations
Color information
#852C14 (or 0x852C14) is known color: Burnt Umber. HEX triplet: 85, 2C and 14. RGB value is (133,44,20). Sum of RGB (Red+Green+Blue) = 133+44+20=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #852C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C14 is #7AD3EB. Grayscale: #444444. Windows color (decimal): -8049644 or 1322117. OLE color: 1322117.
HSL color Cylindrical-coordinate representation of color #852C14: hue angle of 12.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #852C14 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 20 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.48 |
| HSL | 12.74º | 0.74% | 0.3% | - |
| HSV(B) | 12.74º | 0.85% | 0.52% | - |
| XYZ | 10.7 | 6.84 | 1.42 | - |
| YUV | 67.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 20 | 0 | 0.67 | 0.85 | 0.48 | 12.74 | 0.74 | 0.3 |
| Hex | 85 | 2C | 14 | 0 | 43 | 55 | 30 | D | 4A | 1E |
| Octal | 205 | 54 | 24 | 0 | 103 | 125 | 60 | 15 | 112 | 36 |
| Binary | 10000101 | 101100 | 10100 | 0 | 1000011 | 1010101 | 110000 | 1101 | 1001010 | 11110 |
Color Harmonies of #852C14
Complementary color
Monochromatic Colors of #852C14
Black with #852C14
Text Example
Text Example
White with #852C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C14; }
p { color: rgb(133,44,20); }
H1.HeaderClassName
{
color: #852C14;
}
.AnyTagClassName
{
color: #852C14;
}
</style>
background-color css
<style>
a { background-color: #852C14; }
a { background-color: rgb(133,44,20); }
div.DivClassName
{
background-color: #852C14;
}
.BgClassName
{
background-color: #852C14;
}
</style>
border-color css
<style>
span { border-color: #852C14; }
span { border-color: rgb(133,44,20); }
td.TdClassName
{
border-color: #852C14;
}
.TagClassName
{
border-color: #852C14;
}
</style>