Shades of Raw Umber #85540E
Tints of Raw Umber #85540E
RGB
CMYK
RGB Variations
Color information
#85540E (or 0x85540E) is known color: Raw Umber. HEX triplet: 85, 54 and 0E. RGB value is (133,84,14). Sum of RGB (Red+Green+Blue) = 133+84+14=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85540E is #7AABF1. Grayscale: #5B5B5B. Windows color (decimal): -8039410 or 939141. OLE color: 939141.
HSL color Cylindrical-coordinate representation of color #85540E: hue angle of 35.29º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85540E is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 14 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.48 |
| HSL | 35.29º | 0.81% | 0.29% | - |
| HSV(B) | 35.29º | 0.89% | 0.52% | - |
| XYZ | 12.92 | 11.36 | 1.93 | - |
| YUV | 90.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 14 | 0 | 0.37 | 0.89 | 0.48 | 35.29 | 0.81 | 0.29 |
| Hex | 85 | 54 | E | 0 | 25 | 59 | 30 | 23 | 51 | 1D |
| Octal | 205 | 124 | 16 | 0 | 45 | 131 | 60 | 43 | 121 | 35 |
| Binary | 10000101 | 1010100 | 1110 | 0 | 100101 | 1011001 | 110000 | 100011 | 1010001 | 11101 |
Color Harmonies of #85540E
Complementary color
Monochromatic Colors of #85540E
Black with #85540E
Text Example
Text Example
White with #85540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85540E; }
p { color: rgb(133,84,14); }
H1.HeaderClassName
{
color: #85540E;
}
.AnyTagClassName
{
color: #85540E;
}
</style>
background-color css
<style>
a { background-color: #85540E; }
a { background-color: rgb(133,84,14); }
div.DivClassName
{
background-color: #85540E;
}
.BgClassName
{
background-color: #85540E;
}
</style>
border-color css
<style>
span { border-color: #85540E; }
span { border-color: rgb(133,84,14); }
td.TdClassName
{
border-color: #85540E;
}
.TagClassName
{
border-color: #85540E;
}
</style>