Shades of Raw Umber #85590D
Tints of Raw Umber #85590D
RGB
CMYK
RGB Variations
Color information
#85590D (or 0x85590D) is known color: Raw Umber. HEX triplet: 85, 59 and 0D. RGB value is (133,89,13). Sum of RGB (Red+Green+Blue) = 133+89+13=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #85590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85590D is #7AA6F2. Grayscale: #5D5D5D. Windows color (decimal): -8038131 or 874885. OLE color: 874885.
HSL color Cylindrical-coordinate representation of color #85590D: hue angle of 38º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85590D is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 13 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.48 |
| HSL | 38º | 0.82% | 0.29% | - |
| HSV(B) | 38º | 0.9% | 0.52% | - |
| XYZ | 13.32 | 12.16 | 2.03 | - |
| YUV | 93.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 13 | 0 | 0.33 | 0.90 | 0.48 | 38 | 0.82 | 0.29 |
| Hex | 85 | 59 | D | 0 | 21 | 5A | 30 | 26 | 52 | 1D |
| Octal | 205 | 131 | 15 | 0 | 41 | 132 | 60 | 46 | 122 | 35 |
| Binary | 10000101 | 1011001 | 1101 | 0 | 100001 | 1011010 | 110000 | 100110 | 1010010 | 11101 |
Color Harmonies of #85590D
Complementary color
Monochromatic Colors of #85590D
Black with #85590D
Text Example
Text Example
White with #85590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85590D; }
p { color: rgb(133,89,13); }
H1.HeaderClassName
{
color: #85590D;
}
.AnyTagClassName
{
color: #85590D;
}
</style>
background-color css
<style>
a { background-color: #85590D; }
a { background-color: rgb(133,89,13); }
div.DivClassName
{
background-color: #85590D;
}
.BgClassName
{
background-color: #85590D;
}
</style>
border-color css
<style>
span { border-color: #85590D; }
span { border-color: rgb(133,89,13); }
td.TdClassName
{
border-color: #85590D;
}
.TagClassName
{
border-color: #85590D;
}
</style>