Shades of Burnt Umber #852A1B
Tints of Burnt Umber #852A1B
RGB
CMYK
RGB Variations
Color information
#852A1B (or 0x852A1B) is known color: Burnt Umber. HEX triplet: 85, 2A and 1B. RGB value is (133,42,27). Sum of RGB (Red+Green+Blue) = 133+42+27=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #852A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A1B is #7AD5E4. Grayscale: #434343. Windows color (decimal): -8050149 or 1780357. OLE color: 1780357.
HSL color Cylindrical-coordinate representation of color #852A1B: hue angle of 8.49º degrees, saturation: 0.66, 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 #852A1B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 27 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.48 |
| HSL | 8.49º | 0.66% | 0.31% | - |
| HSV(B) | 8.49º | 0.8% | 0.52% | - |
| XYZ | 10.7 | 6.72 | 1.77 | - |
| YUV | 67.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 27 | 0 | 0.68 | 0.80 | 0.48 | 8.49 | 0.66 | 0.31 |
| Hex | 85 | 2A | 1B | 0 | 44 | 50 | 30 | 8 | 42 | 1F |
| Octal | 205 | 52 | 33 | 0 | 104 | 120 | 60 | 10 | 102 | 37 |
| Binary | 10000101 | 101010 | 11011 | 0 | 1000100 | 1010000 | 110000 | 1000 | 1000010 | 11111 |
Color Harmonies of #852A1B
Complementary color
Monochromatic Colors of #852A1B
Black with #852A1B
Text Example
Text Example
White with #852A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A1B; }
p { color: rgb(133,42,27); }
H1.HeaderClassName
{
color: #852A1B;
}
.AnyTagClassName
{
color: #852A1B;
}
</style>
background-color css
<style>
a { background-color: #852A1B; }
a { background-color: rgb(133,42,27); }
div.DivClassName
{
background-color: #852A1B;
}
.BgClassName
{
background-color: #852A1B;
}
</style>
border-color css
<style>
span { border-color: #852A1B; }
span { border-color: rgb(133,42,27); }
td.TdClassName
{
border-color: #852A1B;
}
.TagClassName
{
border-color: #852A1B;
}
</style>