#85704C

Color #85704C Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #85704C

Tints of Shadow #85704C

Color information

#85704C (or 0x85704C) is unknown color: approx Shadow. HEX triplet: 85, 70 and 4C. RGB value is (133,112,76). Sum of RGB (Red+Green+Blue) = 133+112+76=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85704C is #7A8FB3. Grayscale: #727272. Windows color (decimal): -8032180 or 5009541. OLE color: 5009541.

HSL color Cylindrical-coordinate representation of color #85704C: hue angle of 37.89º 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 #85704C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13311276-
CMYK00.160.430.48
HSL37.89º27.27%40.98%-
HSV(B)37.89º42.86%52.16%-
XYZ16.7717.19.25-
YUV114.18106.46141.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=41.43%
G=34.89%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331127600.160.430.4837.8927.2740.98
Hex85704C0102B30261b29
Octal2051601140205360463351
Binary100001011110000100110001000010101111000010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85704C; }

 p { color: rgb(133,112,76); }

 H1.HeaderClassName
 {
   color: #85704C;
 }
 .AnyTagClassName
 {
   color: #85704C;
 }
</style>
background-color css

<style>
 a { background-color: #85704C; }

 a { background-color: rgb(133,112,76); }

 div.DivClassName
 {
   background-color: #85704C;
 }
 .BgClassName
 {
   background-color: #85704C;
 }
</style>
border-color css

<style>
 span { border-color: #85704C; }

 span { border-color: rgb(133,112,76); }

 td.TdClassName
 {
   border-color: #85704C;
 }
 .TagClassName
 {
   border-color: #85704C;
 }
</style>