Shades of Burnt Umber #852D1F
Tints of Burnt Umber #852D1F
RGB
CMYK
RGB Variations
Color information
#852D1F (or 0x852D1F) is known color: Burnt Umber. HEX triplet: 85, 2D and 1F. RGB value is (133,45,31). Sum of RGB (Red+Green+Blue) = 133+45+31=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1F is #7AD2E0. Grayscale: #454545. Windows color (decimal): -8049377 or 2043269. OLE color: 2043269.
HSL color Cylindrical-coordinate representation of color #852D1F: hue angle of 8.24º degrees, saturation: 0.62, 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 #852D1F is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 31 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.48 |
| HSL | 8.24º | 0.62% | 0.32% | - |
| HSV(B) | 8.24º | 0.77% | 0.52% | - |
| XYZ | 10.86 | 6.96 | 2.07 | - |
| YUV | 69.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 31 | 0 | 0.66 | 0.77 | 0.48 | 8.24 | 0.62 | 0.32 |
| Hex | 85 | 2D | 1F | 0 | 42 | 4D | 30 | 8 | 3E | 20 |
| Octal | 205 | 55 | 37 | 0 | 102 | 115 | 60 | 10 | 76 | 40 |
| Binary | 10000101 | 101101 | 11111 | 0 | 1000010 | 1001101 | 110000 | 1000 | 111110 | 100000 |
Color Harmonies of #852D1F
Complementary color
Monochromatic Colors of #852D1F
Black with #852D1F
Text Example
Text Example
White with #852D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D1F; }
p { color: rgb(133,45,31); }
H1.HeaderClassName
{
color: #852D1F;
}
.AnyTagClassName
{
color: #852D1F;
}
</style>
background-color css
<style>
a { background-color: #852D1F; }
a { background-color: rgb(133,45,31); }
div.DivClassName
{
background-color: #852D1F;
}
.BgClassName
{
background-color: #852D1F;
}
</style>
border-color css
<style>
span { border-color: #852D1F; }
span { border-color: rgb(133,45,31); }
td.TdClassName
{
border-color: #852D1F;
}
.TagClassName
{
border-color: #852D1F;
}
</style>