Shades of Raw Umber #85530E
Tints of Raw Umber #85530E
RGB
CMYK
RGB Variations
Color information
#85530E (or 0x85530E) is known color: Raw Umber. HEX triplet: 85, 53 and 0E. RGB value is (133,83,14). Sum of RGB (Red+Green+Blue) = 133+83+14=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85530E is #7AACF1. Grayscale: #5A5A5A. Windows color (decimal): -8039666 or 938885. OLE color: 938885.
HSL color Cylindrical-coordinate representation of color #85530E: hue angle of 34.79º 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 #85530E is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 14 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.48 |
| HSL | 34.79º | 0.81% | 0.29% | - |
| HSV(B) | 34.79º | 0.89% | 0.52% | - |
| XYZ | 12.85 | 11.2 | 1.9 | - |
| YUV | 90.08 | 85.07 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 14 | 0 | 0.38 | 0.89 | 0.48 | 34.79 | 0.81 | 0.29 |
| Hex | 85 | 53 | E | 0 | 26 | 59 | 30 | 23 | 51 | 1D |
| Octal | 205 | 123 | 16 | 0 | 46 | 131 | 60 | 43 | 121 | 35 |
| Binary | 10000101 | 1010011 | 1110 | 0 | 100110 | 1011001 | 110000 | 100011 | 1010001 | 11101 |
Color Harmonies of #85530E
Complementary color
Monochromatic Colors of #85530E
Black with #85530E
Text Example
Text Example
White with #85530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85530E; }
p { color: rgb(133,83,14); }
H1.HeaderClassName
{
color: #85530E;
}
.AnyTagClassName
{
color: #85530E;
}
</style>
background-color css
<style>
a { background-color: #85530E; }
a { background-color: rgb(133,83,14); }
div.DivClassName
{
background-color: #85530E;
}
.BgClassName
{
background-color: #85530E;
}
</style>
border-color css
<style>
span { border-color: #85530E; }
span { border-color: rgb(133,83,14); }
td.TdClassName
{
border-color: #85530E;
}
.TagClassName
{
border-color: #85530E;
}
</style>