Shades of Burnt Umber #85381E
Tints of Burnt Umber #85381E
RGB
CMYK
RGB Variations
Color information
#85381E (or 0x85381E) is known color: Burnt Umber. HEX triplet: 85, 38 and 1E. RGB value is (133,56,30). Sum of RGB (Red+Green+Blue) = 133+56+30=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85381E is #7AC7E1. Grayscale: #4C4C4C. Windows color (decimal): -8046562 or 1980549. OLE color: 1980549.
HSL color Cylindrical-coordinate representation of color #85381E: hue angle of 15.15º degrees, saturation: 0.63, 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 #85381E is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 30 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.48 |
| HSL | 15.15º | 0.63% | 0.32% | - |
| HSV(B) | 15.15º | 0.77% | 0.52% | - |
| XYZ | 11.32 | 7.91 | 2.16 | - |
| YUV | 76.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 30 | 0 | 0.58 | 0.77 | 0.48 | 15.15 | 0.63 | 0.32 |
| Hex | 85 | 38 | 1E | 0 | 3A | 4D | 30 | F | 3F | 20 |
| Octal | 205 | 70 | 36 | 0 | 72 | 115 | 60 | 17 | 77 | 40 |
| Binary | 10000101 | 111000 | 11110 | 0 | 111010 | 1001101 | 110000 | 1111 | 111111 | 100000 |
Color Harmonies of #85381E
Complementary color
Monochromatic Colors of #85381E
Black with #85381E
Text Example
Text Example
White with #85381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85381E; }
p { color: rgb(133,56,30); }
H1.HeaderClassName
{
color: #85381E;
}
.AnyTagClassName
{
color: #85381E;
}
</style>
background-color css
<style>
a { background-color: #85381E; }
a { background-color: rgb(133,56,30); }
div.DivClassName
{
background-color: #85381E;
}
.BgClassName
{
background-color: #85381E;
}
</style>
border-color css
<style>
span { border-color: #85381E; }
span { border-color: rgb(133,56,30); }
td.TdClassName
{
border-color: #85381E;
}
.TagClassName
{
border-color: #85381E;
}
</style>