Shades of Burnt Umber #852C0D
Tints of Burnt Umber #852C0D
RGB
CMYK
RGB Variations
Color information
#852C0D (or 0x852C0D) is known color: Burnt Umber. HEX triplet: 85, 2C and 0D. RGB value is (133,44,13). Sum of RGB (Red+Green+Blue) = 133+44+13=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C0D is #7AD3F2. Grayscale: #434343. Windows color (decimal): -8049651 or 863365. OLE color: 863365.
HSL color Cylindrical-coordinate representation of color #852C0D: hue angle of 15.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #852C0D is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 13 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.48 |
| HSL | 15.5º | 0.82% | 0.29% | - |
| HSV(B) | 15.5º | 0.9% | 0.52% | - |
| XYZ | 10.65 | 6.82 | 1.14 | - |
| YUV | 67.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 13 | 0 | 0.67 | 0.90 | 0.48 | 15.5 | 0.82 | 0.29 |
| Hex | 85 | 2C | D | 0 | 43 | 5A | 30 | 10 | 52 | 1D |
| Octal | 205 | 54 | 15 | 0 | 103 | 132 | 60 | 20 | 122 | 35 |
| Binary | 10000101 | 101100 | 1101 | 0 | 1000011 | 1011010 | 110000 | 10000 | 1010010 | 11101 |
Color Harmonies of #852C0D
Complementary color
Monochromatic Colors of #852C0D
Black with #852C0D
Text Example
Text Example
White with #852C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C0D; }
p { color: rgb(133,44,13); }
H1.HeaderClassName
{
color: #852C0D;
}
.AnyTagClassName
{
color: #852C0D;
}
</style>
background-color css
<style>
a { background-color: #852C0D; }
a { background-color: rgb(133,44,13); }
div.DivClassName
{
background-color: #852C0D;
}
.BgClassName
{
background-color: #852C0D;
}
</style>
border-color css
<style>
span { border-color: #852C0D; }
span { border-color: rgb(133,44,13); }
td.TdClassName
{
border-color: #852C0D;
}
.TagClassName
{
border-color: #852C0D;
}
</style>