Shades of Burnt Umber #85391F
Tints of Burnt Umber #85391F
RGB
CMYK
RGB Variations
Color information
#85391F (or 0x85391F) is known color: Burnt Umber. HEX triplet: 85, 39 and 1F. RGB value is (133,57,31). Sum of RGB (Red+Green+Blue) = 133+57+31=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #85391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85391F is #7AC6E0. Grayscale: #4C4C4C. Windows color (decimal): -8046305 or 2046341. OLE color: 2046341.
HSL color Cylindrical-coordinate representation of color #85391F: hue angle of 15.29º 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 #85391F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 31 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.48 |
| HSL | 15.29º | 0.62% | 0.32% | - |
| HSV(B) | 15.29º | 0.77% | 0.52% | - |
| XYZ | 11.38 | 8.01 | 2.24 | - |
| YUV | 76.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 31 | 0 | 0.57 | 0.77 | 0.48 | 15.29 | 0.62 | 0.32 |
| Hex | 85 | 39 | 1F | 0 | 39 | 4D | 30 | F | 3E | 20 |
| Octal | 205 | 71 | 37 | 0 | 71 | 115 | 60 | 17 | 76 | 40 |
| Binary | 10000101 | 111001 | 11111 | 0 | 111001 | 1001101 | 110000 | 1111 | 111110 | 100000 |
Color Harmonies of #85391F
Complementary color
Monochromatic Colors of #85391F
Black with #85391F
Text Example
Text Example
White with #85391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85391F; }
p { color: rgb(133,57,31); }
H1.HeaderClassName
{
color: #85391F;
}
.AnyTagClassName
{
color: #85391F;
}
</style>
background-color css
<style>
a { background-color: #85391F; }
a { background-color: rgb(133,57,31); }
div.DivClassName
{
background-color: #85391F;
}
.BgClassName
{
background-color: #85391F;
}
</style>
border-color css
<style>
span { border-color: #85391F; }
span { border-color: rgb(133,57,31); }
td.TdClassName
{
border-color: #85391F;
}
.TagClassName
{
border-color: #85391F;
}
</style>