Shades of Burnt Umber #852C1E
Tints of Burnt Umber #852C1E
RGB
CMYK
RGB Variations
Color information
#852C1E (or 0x852C1E) is known color: Burnt Umber. HEX triplet: 85, 2C and 1E. RGB value is (133,44,30). Sum of RGB (Red+Green+Blue) = 133+44+30=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C1E is #7AD3E1. Grayscale: #454545. Windows color (decimal): -8049634 or 1977477. OLE color: 1977477.
HSL color Cylindrical-coordinate representation of color #852C1E: hue angle of 8.16º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852C1E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 30 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.48 |
| HSL | 8.16º | 0.63% | 0.32% | - |
| HSV(B) | 8.16º | 0.77% | 0.52% | - |
| XYZ | 10.81 | 6.88 | 1.99 | - |
| YUV | 69.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 30 | 0 | 0.67 | 0.77 | 0.48 | 8.16 | 0.63 | 0.32 |
| Hex | 85 | 2C | 1E | 0 | 43 | 4D | 30 | 8 | 3F | 20 |
| Octal | 205 | 54 | 36 | 0 | 103 | 115 | 60 | 10 | 77 | 40 |
| Binary | 10000101 | 101100 | 11110 | 0 | 1000011 | 1001101 | 110000 | 1000 | 111111 | 100000 |
Color Harmonies of #852C1E
Complementary color
Monochromatic Colors of #852C1E
Black with #852C1E
Text Example
Text Example
White with #852C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C1E; }
p { color: rgb(133,44,30); }
H1.HeaderClassName
{
color: #852C1E;
}
.AnyTagClassName
{
color: #852C1E;
}
</style>
background-color css
<style>
a { background-color: #852C1E; }
a { background-color: rgb(133,44,30); }
div.DivClassName
{
background-color: #852C1E;
}
.BgClassName
{
background-color: #852C1E;
}
</style>
border-color css
<style>
span { border-color: #852C1E; }
span { border-color: rgb(133,44,30); }
td.TdClassName
{
border-color: #852C1E;
}
.TagClassName
{
border-color: #852C1E;
}
</style>