Shades of Burnt Umber #852D13
Tints of Burnt Umber #852D13
RGB
CMYK
RGB Variations
Color information
#852D13 (or 0x852D13) is known color: Burnt Umber. HEX triplet: 85, 2D and 13. RGB value is (133,45,19). Sum of RGB (Red+Green+Blue) = 133+45+19=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #852D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D13 is #7AD2EC. Grayscale: #444444. Windows color (decimal): -8049389 or 1256837. OLE color: 1256837.
HSL color Cylindrical-coordinate representation of color #852D13: hue angle of 13.68º 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 #852D13 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 19 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.48 |
| HSL | 13.68º | 0.75% | 0.3% | - |
| HSV(B) | 13.68º | 0.86% | 0.52% | - |
| XYZ | 10.73 | 6.91 | 1.38 | - |
| YUV | 68.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 19 | 0 | 0.66 | 0.86 | 0.48 | 13.68 | 0.75 | 0.3 |
| Hex | 85 | 2D | 13 | 0 | 42 | 56 | 30 | E | 4B | 1E |
| Octal | 205 | 55 | 23 | 0 | 102 | 126 | 60 | 16 | 113 | 36 |
| Binary | 10000101 | 101101 | 10011 | 0 | 1000010 | 1010110 | 110000 | 1110 | 1001011 | 11110 |
Color Harmonies of #852D13
Complementary color
Monochromatic Colors of #852D13
Black with #852D13
Text Example
Text Example
White with #852D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D13; }
p { color: rgb(133,45,19); }
H1.HeaderClassName
{
color: #852D13;
}
.AnyTagClassName
{
color: #852D13;
}
</style>
background-color css
<style>
a { background-color: #852D13; }
a { background-color: rgb(133,45,19); }
div.DivClassName
{
background-color: #852D13;
}
.BgClassName
{
background-color: #852D13;
}
</style>
border-color css
<style>
span { border-color: #852D13; }
span { border-color: rgb(133,45,19); }
td.TdClassName
{
border-color: #852D13;
}
.TagClassName
{
border-color: #852D13;
}
</style>