Shades of Burnt Umber #852D1B
Tints of Burnt Umber #852D1B
RGB
CMYK
RGB Variations
Color information
#852D1B (or 0x852D1B) is known color: Burnt Umber. HEX triplet: 85, 2D and 1B. RGB value is (133,45,27). Sum of RGB (Red+Green+Blue) = 133+45+27=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1B is #7AD2E4. Grayscale: #454545. Windows color (decimal): -8049381 or 1781125. OLE color: 1781125.
HSL color Cylindrical-coordinate representation of color #852D1B: hue angle of 10.19º 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 #852D1B is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 27 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.48 |
| HSL | 10.19º | 0.66% | 0.31% | - |
| HSV(B) | 10.19º | 0.8% | 0.52% | - |
| XYZ | 10.81 | 6.94 | 1.81 | - |
| YUV | 69.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 27 | 0 | 0.66 | 0.80 | 0.48 | 10.19 | 0.66 | 0.31 |
| Hex | 85 | 2D | 1B | 0 | 42 | 50 | 30 | A | 42 | 1F |
| Octal | 205 | 55 | 33 | 0 | 102 | 120 | 60 | 12 | 102 | 37 |
| Binary | 10000101 | 101101 | 11011 | 0 | 1000010 | 1010000 | 110000 | 1010 | 1000010 | 11111 |
Color Harmonies of #852D1B
Complementary color
Monochromatic Colors of #852D1B
Black with #852D1B
Text Example
Text Example
White with #852D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D1B; }
p { color: rgb(133,45,27); }
H1.HeaderClassName
{
color: #852D1B;
}
.AnyTagClassName
{
color: #852D1B;
}
</style>
background-color css
<style>
a { background-color: #852D1B; }
a { background-color: rgb(133,45,27); }
div.DivClassName
{
background-color: #852D1B;
}
.BgClassName
{
background-color: #852D1B;
}
</style>
border-color css
<style>
span { border-color: #852D1B; }
span { border-color: rgb(133,45,27); }
td.TdClassName
{
border-color: #852D1B;
}
.TagClassName
{
border-color: #852D1B;
}
</style>