Shades of Shadow #85744C
Tints of Shadow #85744C
RGB
CMYK
RGB Variations
Color information
#85744C (or 0x85744C) is known color: Shadow. HEX triplet: 85, 74 and 4C. RGB value is (133,116,76). Sum of RGB (Red+Green+Blue) = 133+116+76=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85744C is #7A8BB3. Grayscale: #747474. Windows color (decimal): -8031156 or 5010565. OLE color: 5010565.
HSL color Cylindrical-coordinate representation of color #85744C: hue angle of 42.11º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85744C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 76 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.48 |
| HSL | 42.11º | 0.27% | 0.41% | - |
| HSV(B) | 42.11º | 0.43% | 0.52% | - |
| XYZ | 17.22 | 18 | 9.4 | - |
| YUV | 116.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 76 | 0 | 0.13 | 0.43 | 0.48 | 42.11 | 0.27 | 0.41 |
| Hex | 85 | 74 | 4C | 0 | D | 2B | 30 | 2A | 1B | 29 |
| Octal | 205 | 164 | 114 | 0 | 15 | 53 | 60 | 52 | 33 | 51 |
| Binary | 10000101 | 1110100 | 1001100 | 0 | 1101 | 101011 | 110000 | 101010 | 11011 | 101001 |
Color Harmonies of #85744C
Complementary color
Monochromatic Colors of #85744C
Black with #85744C
Text Example
Text Example
White with #85744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85744C; }
p { color: rgb(133,116,76); }
H1.HeaderClassName
{
color: #85744C;
}
.AnyTagClassName
{
color: #85744C;
}
</style>
background-color css
<style>
a { background-color: #85744C; }
a { background-color: rgb(133,116,76); }
div.DivClassName
{
background-color: #85744C;
}
.BgClassName
{
background-color: #85744C;
}
</style>
border-color css
<style>
span { border-color: #85744C; }
span { border-color: rgb(133,116,76); }
td.TdClassName
{
border-color: #85744C;
}
.TagClassName
{
border-color: #85744C;
}
</style>