Shades of Burnt Umber #852A0D
Tints of Burnt Umber #852A0D
RGB
CMYK
RGB Variations
Color information
#852A0D (or 0x852A0D) is known color: Burnt Umber. HEX triplet: 85, 2A and 0D. RGB value is (133,42,13). Sum of RGB (Red+Green+Blue) = 133+42+13=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #852A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A0D is #7AD5F2. Grayscale: #424242. Windows color (decimal): -8050163 or 862853. OLE color: 862853.
HSL color Cylindrical-coordinate representation of color #852A0D: hue angle of 14.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 #852A0D is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 13 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.48 |
| HSL | 14.5º | 0.82% | 0.29% | - |
| HSV(B) | 14.5º | 0.9% | 0.52% | - |
| XYZ | 10.57 | 6.67 | 1.11 | - |
| YUV | 65.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 13 | 0 | 0.68 | 0.90 | 0.48 | 14.5 | 0.82 | 0.29 |
| Hex | 85 | 2A | D | 0 | 44 | 5A | 30 | E | 52 | 1D |
| Octal | 205 | 52 | 15 | 0 | 104 | 132 | 60 | 16 | 122 | 35 |
| Binary | 10000101 | 101010 | 1101 | 0 | 1000100 | 1011010 | 110000 | 1110 | 1010010 | 11101 |
Color Harmonies of #852A0D
Complementary color
Monochromatic Colors of #852A0D
Black with #852A0D
Text Example
Text Example
White with #852A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A0D; }
p { color: rgb(133,42,13); }
H1.HeaderClassName
{
color: #852A0D;
}
.AnyTagClassName
{
color: #852A0D;
}
</style>
background-color css
<style>
a { background-color: #852A0D; }
a { background-color: rgb(133,42,13); }
div.DivClassName
{
background-color: #852A0D;
}
.BgClassName
{
background-color: #852A0D;
}
</style>
border-color css
<style>
span { border-color: #852A0D; }
span { border-color: rgb(133,42,13); }
td.TdClassName
{
border-color: #852A0D;
}
.TagClassName
{
border-color: #852A0D;
}
</style>