Shades of Burnt Umber #852E13
Tints of Burnt Umber #852E13
RGB
CMYK
RGB Variations
Color information
#852E13 (or 0x852E13) is known color: Burnt Umber. HEX triplet: 85, 2E and 13. RGB value is (133,46,19). Sum of RGB (Red+Green+Blue) = 133+46+19=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #852E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E13 is #7AD1EC. Grayscale: #454545. Windows color (decimal): -8049133 or 1257093. OLE color: 1257093.
HSL color Cylindrical-coordinate representation of color #852E13: hue angle of 14.21º degrees, saturation: 0.75, 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 #852E13 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 19 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.48 |
| HSL | 14.21º | 0.75% | 0.3% | - |
| HSV(B) | 14.21º | 0.86% | 0.52% | - |
| XYZ | 10.77 | 6.99 | 1.4 | - |
| YUV | 68.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 19 | 0 | 0.65 | 0.86 | 0.48 | 14.21 | 0.75 | 0.3 |
| Hex | 85 | 2E | 13 | 0 | 41 | 56 | 30 | E | 4B | 1E |
| Octal | 205 | 56 | 23 | 0 | 101 | 126 | 60 | 16 | 113 | 36 |
| Binary | 10000101 | 101110 | 10011 | 0 | 1000001 | 1010110 | 110000 | 1110 | 1001011 | 11110 |
Color Harmonies of #852E13
Complementary color
Monochromatic Colors of #852E13
Black with #852E13
Text Example
Text Example
White with #852E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E13; }
p { color: rgb(133,46,19); }
H1.HeaderClassName
{
color: #852E13;
}
.AnyTagClassName
{
color: #852E13;
}
</style>
background-color css
<style>
a { background-color: #852E13; }
a { background-color: rgb(133,46,19); }
div.DivClassName
{
background-color: #852E13;
}
.BgClassName
{
background-color: #852E13;
}
</style>
border-color css
<style>
span { border-color: #852E13; }
span { border-color: rgb(133,46,19); }
td.TdClassName
{
border-color: #852E13;
}
.TagClassName
{
border-color: #852E13;
}
</style>