Shades of Burnt Umber #852C1A
Tints of Burnt Umber #852C1A
RGB
CMYK
RGB Variations
Color information
#852C1A (or 0x852C1A) is known color: Burnt Umber. HEX triplet: 85, 2C and 1A. RGB value is (133,44,26). Sum of RGB (Red+Green+Blue) = 133+44+26=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #852C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C1A is #7AD3E5. Grayscale: #444444. Windows color (decimal): -8049638 or 1715333. OLE color: 1715333.
HSL color Cylindrical-coordinate representation of color #852C1A: hue angle of 10.09º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852C1A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 26 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.48 |
| HSL | 10.09º | 0.67% | 0.31% | - |
| HSV(B) | 10.09º | 0.8% | 0.52% | - |
| XYZ | 10.76 | 6.86 | 1.73 | - |
| YUV | 68.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 26 | 0 | 0.67 | 0.80 | 0.48 | 10.09 | 0.67 | 0.31 |
| Hex | 85 | 2C | 1A | 0 | 43 | 50 | 30 | A | 43 | 1F |
| Octal | 205 | 54 | 32 | 0 | 103 | 120 | 60 | 12 | 103 | 37 |
| Binary | 10000101 | 101100 | 11010 | 0 | 1000011 | 1010000 | 110000 | 1010 | 1000011 | 11111 |
Color Harmonies of #852C1A
Complementary color
Monochromatic Colors of #852C1A
Black with #852C1A
Text Example
Text Example
White with #852C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C1A; }
p { color: rgb(133,44,26); }
H1.HeaderClassName
{
color: #852C1A;
}
.AnyTagClassName
{
color: #852C1A;
}
</style>
background-color css
<style>
a { background-color: #852C1A; }
a { background-color: rgb(133,44,26); }
div.DivClassName
{
background-color: #852C1A;
}
.BgClassName
{
background-color: #852C1A;
}
</style>
border-color css
<style>
span { border-color: #852C1A; }
span { border-color: rgb(133,44,26); }
td.TdClassName
{
border-color: #852C1A;
}
.TagClassName
{
border-color: #852C1A;
}
</style>