Shades of Burnt Umber #852A20
Tints of Burnt Umber #852A20
RGB
CMYK
RGB Variations
Color information
#852A20 (or 0x852A20) is known color: Burnt Umber. HEX triplet: 85, 2A and 20. RGB value is (133,42,32). Sum of RGB (Red+Green+Blue) = 133+42+32=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A20 is #7AD5DF. Grayscale: #444444. Windows color (decimal): -8050144 or 2108037. OLE color: 2108037.
HSL color Cylindrical-coordinate representation of color #852A20: hue angle of 5.94º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852A20 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 32 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.48 |
| HSL | 5.94º | 0.61% | 0.32% | - |
| HSV(B) | 5.94º | 0.76% | 0.52% | - |
| XYZ | 10.76 | 6.75 | 2.1 | - |
| YUV | 68.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 32 | 0 | 0.68 | 0.76 | 0.48 | 5.94 | 0.61 | 0.32 |
| Hex | 85 | 2A | 20 | 0 | 44 | 4C | 30 | 6 | 3D | 20 |
| Octal | 205 | 52 | 40 | 0 | 104 | 114 | 60 | 6 | 75 | 40 |
| Binary | 10000101 | 101010 | 100000 | 0 | 1000100 | 1001100 | 110000 | 110 | 111101 | 100000 |
Color Harmonies of #852A20
Complementary color
Monochromatic Colors of #852A20
Black with #852A20
Text Example
Text Example
White with #852A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A20; }
p { color: rgb(133,42,32); }
H1.HeaderClassName
{
color: #852A20;
}
.AnyTagClassName
{
color: #852A20;
}
</style>
background-color css
<style>
a { background-color: #852A20; }
a { background-color: rgb(133,42,32); }
div.DivClassName
{
background-color: #852A20;
}
.BgClassName
{
background-color: #852A20;
}
</style>
border-color css
<style>
span { border-color: #852A20; }
span { border-color: rgb(133,42,32); }
td.TdClassName
{
border-color: #852A20;
}
.TagClassName
{
border-color: #852A20;
}
</style>