Shades of Burnt Umber #852A1A
Tints of Burnt Umber #852A1A
RGB
CMYK
RGB Variations
Color information
#852A1A (or 0x852A1A) is known color: Burnt Umber. HEX triplet: 85, 2A and 1A. RGB value is (133,42,26). Sum of RGB (Red+Green+Blue) = 133+42+26=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1A is #7AD5E5. Grayscale: #434343. Windows color (decimal): -8050150 or 1714821. OLE color: 1714821.
HSL color Cylindrical-coordinate representation of color #852A1A: hue angle of 8.97º 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 #852A1A is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 26 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.48 |
| HSL | 8.97º | 0.67% | 0.31% | - |
| HSV(B) | 8.97º | 0.8% | 0.52% | - |
| XYZ | 10.69 | 6.72 | 1.71 | - |
| YUV | 67.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 26 | 0 | 0.68 | 0.80 | 0.48 | 8.97 | 0.67 | 0.31 |
| Hex | 85 | 2A | 1A | 0 | 44 | 50 | 30 | 9 | 43 | 1F |
| Octal | 205 | 52 | 32 | 0 | 104 | 120 | 60 | 11 | 103 | 37 |
| Binary | 10000101 | 101010 | 11010 | 0 | 1000100 | 1010000 | 110000 | 1001 | 1000011 | 11111 |
Color Harmonies of #852A1A
Complementary color
Monochromatic Colors of #852A1A
Black with #852A1A
Text Example
Text Example
White with #852A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A1A; }
p { color: rgb(133,42,26); }
H1.HeaderClassName
{
color: #852A1A;
}
.AnyTagClassName
{
color: #852A1A;
}
</style>
background-color css
<style>
a { background-color: #852A1A; }
a { background-color: rgb(133,42,26); }
div.DivClassName
{
background-color: #852A1A;
}
.BgClassName
{
background-color: #852A1A;
}
</style>
border-color css
<style>
span { border-color: #852A1A; }
span { border-color: rgb(133,42,26); }
td.TdClassName
{
border-color: #852A1A;
}
.TagClassName
{
border-color: #852A1A;
}
</style>