Shades of Shadow #85744B
Tints of Shadow #85744B
RGB
CMYK
RGB Variations
Color information
#85744B (or 0x85744B) is known color: Shadow. HEX triplet: 85, 74 and 4B. RGB value is (133,116,75). Sum of RGB (Red+Green+Blue) = 133+116+75=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85744B is #7A8BB4. Grayscale: #747474. Windows color (decimal): -8031157 or 4945029. OLE color: 4945029.
HSL color Cylindrical-coordinate representation of color #85744B: hue angle of 42.41º degrees, saturation: 0.28, 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 #85744B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 75 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.48 |
| HSL | 42.41º | 0.28% | 0.41% | - |
| HSV(B) | 42.41º | 0.44% | 0.52% | - |
| XYZ | 17.19 | 17.99 | 9.22 | - |
| YUV | 116.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 75 | 0 | 0.13 | 0.44 | 0.48 | 42.41 | 0.28 | 0.41 |
| Hex | 85 | 74 | 4B | 0 | D | 2C | 30 | 2A | 1C | 29 |
| Octal | 205 | 164 | 113 | 0 | 15 | 54 | 60 | 52 | 34 | 51 |
| Binary | 10000101 | 1110100 | 1001011 | 0 | 1101 | 101100 | 110000 | 101010 | 11100 | 101001 |
Color Harmonies of #85744B
Complementary color
Monochromatic Colors of #85744B
Black with #85744B
Text Example
Text Example
White with #85744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85744B; }
p { color: rgb(133,116,75); }
H1.HeaderClassName
{
color: #85744B;
}
.AnyTagClassName
{
color: #85744B;
}
</style>
background-color css
<style>
a { background-color: #85744B; }
a { background-color: rgb(133,116,75); }
div.DivClassName
{
background-color: #85744B;
}
.BgClassName
{
background-color: #85744B;
}
</style>
border-color css
<style>
span { border-color: #85744B; }
span { border-color: rgb(133,116,75); }
td.TdClassName
{
border-color: #85744B;
}
.TagClassName
{
border-color: #85744B;
}
</style>