Shades of Shadow #85704A
Tints of Shadow #85704A
RGB
CMYK
RGB Variations
Color information
#85704A (or 0x85704A) is known color: Shadow. HEX triplet: 85, 70 and 4A. RGB value is (133,112,74). Sum of RGB (Red+Green+Blue) = 133+112+74=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #85704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85704A is #7A8FB5. Grayscale: #727272. Windows color (decimal): -8032182 or 4878469. OLE color: 4878469.
HSL color Cylindrical-coordinate representation of color #85704A: hue angle of 38.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85704A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 74 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.48 |
| HSL | 38.64º | 0.29% | 0.41% | - |
| HSV(B) | 38.64º | 0.44% | 0.52% | - |
| XYZ | 16.7 | 17.07 | 8.89 | - |
| YUV | 113.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 74 | 0 | 0.16 | 0.44 | 0.48 | 38.64 | 0.29 | 0.41 |
| Hex | 85 | 70 | 4A | 0 | 10 | 2C | 30 | 27 | 1D | 29 |
| Octal | 205 | 160 | 112 | 0 | 20 | 54 | 60 | 47 | 35 | 51 |
| Binary | 10000101 | 1110000 | 1001010 | 0 | 10000 | 101100 | 110000 | 100111 | 11101 | 101001 |
Color Harmonies of #85704A
Complementary color
Monochromatic Colors of #85704A
Black with #85704A
Text Example
Text Example
White with #85704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85704A; }
p { color: rgb(133,112,74); }
H1.HeaderClassName
{
color: #85704A;
}
.AnyTagClassName
{
color: #85704A;
}
</style>
background-color css
<style>
a { background-color: #85704A; }
a { background-color: rgb(133,112,74); }
div.DivClassName
{
background-color: #85704A;
}
.BgClassName
{
background-color: #85704A;
}
</style>
border-color css
<style>
span { border-color: #85704A; }
span { border-color: rgb(133,112,74); }
td.TdClassName
{
border-color: #85704A;
}
.TagClassName
{
border-color: #85704A;
}
</style>