Shades of Burnt Umber #852B1F
Tints of Burnt Umber #852B1F
RGB
CMYK
RGB Variations
Color information
#852B1F (or 0x852B1F) is known color: Burnt Umber. HEX triplet: 85, 2B and 1F. RGB value is (133,43,31). Sum of RGB (Red+Green+Blue) = 133+43+31=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B1F is #7AD4E0. Grayscale: #444444. Windows color (decimal): -8049889 or 2042757. OLE color: 2042757.
HSL color Cylindrical-coordinate representation of color #852B1F: hue angle of 7.06º 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 #852B1F is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 43 | 31 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.48 |
| HSL | 7.06º | 0.62% | 0.32% | - |
| HSV(B) | 7.06º | 0.77% | 0.52% | - |
| XYZ | 10.78 | 6.81 | 2.04 | - |
| YUV | 68.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 31 | 0 | 0.68 | 0.77 | 0.48 | 7.06 | 0.62 | 0.32 |
| Hex | 85 | 2B | 1F | 0 | 44 | 4D | 30 | 7 | 3E | 20 |
| Octal | 205 | 53 | 37 | 0 | 104 | 115 | 60 | 7 | 76 | 40 |
| Binary | 10000101 | 101011 | 11111 | 0 | 1000100 | 1001101 | 110000 | 111 | 111110 | 100000 |
Color Harmonies of #852B1F
Complementary color
Monochromatic Colors of #852B1F
Black with #852B1F
Text Example
Text Example
White with #852B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852B1F; }
p { color: rgb(133,43,31); }
H1.HeaderClassName
{
color: #852B1F;
}
.AnyTagClassName
{
color: #852B1F;
}
</style>
background-color css
<style>
a { background-color: #852B1F; }
a { background-color: rgb(133,43,31); }
div.DivClassName
{
background-color: #852B1F;
}
.BgClassName
{
background-color: #852B1F;
}
</style>
border-color css
<style>
span { border-color: #852B1F; }
span { border-color: rgb(133,43,31); }
td.TdClassName
{
border-color: #852B1F;
}
.TagClassName
{
border-color: #852B1F;
}
</style>