Shades of Shadow #85734C
Tints of Shadow #85734C
RGB
CMYK
RGB Variations
Color information
#85734C (or 0x85734C) is known color: Shadow. HEX triplet: 85, 73 and 4C. RGB value is (133,115,76). Sum of RGB (Red+Green+Blue) = 133+115+76=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85734C is #7A8CB3. Grayscale: #747474. Windows color (decimal): -8031412 or 5010309. OLE color: 5010309.
HSL color Cylindrical-coordinate representation of color #85734C: hue angle of 41.05º 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 #85734C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 76 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.48 |
| HSL | 41.05º | 0.27% | 0.41% | - |
| HSV(B) | 41.05º | 0.43% | 0.52% | - |
| XYZ | 17.11 | 17.77 | 9.37 | - |
| YUV | 115.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 76 | 0 | 0.14 | 0.43 | 0.48 | 41.05 | 0.27 | 0.41 |
| Hex | 85 | 73 | 4C | 0 | E | 2B | 30 | 29 | 1B | 29 |
| Octal | 205 | 163 | 114 | 0 | 16 | 53 | 60 | 51 | 33 | 51 |
| Binary | 10000101 | 1110011 | 1001100 | 0 | 1110 | 101011 | 110000 | 101001 | 11011 | 101001 |
Color Harmonies of #85734C
Complementary color
Monochromatic Colors of #85734C
Black with #85734C
Text Example
Text Example
White with #85734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85734C; }
p { color: rgb(133,115,76); }
H1.HeaderClassName
{
color: #85734C;
}
.AnyTagClassName
{
color: #85734C;
}
</style>
background-color css
<style>
a { background-color: #85734C; }
a { background-color: rgb(133,115,76); }
div.DivClassName
{
background-color: #85734C;
}
.BgClassName
{
background-color: #85734C;
}
</style>
border-color css
<style>
span { border-color: #85734C; }
span { border-color: rgb(133,115,76); }
td.TdClassName
{
border-color: #85734C;
}
.TagClassName
{
border-color: #85734C;
}
</style>