#85704A

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

Shades of Shadow #85704A

Tints of Shadow #85704A

Color information

#85704A (or 0x85704A) is unknown color: approx 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

RGB13311274-
CMYK00.160.440.48
HSL38.64º28.5%40.59%-
HSV(B)38.64º44.36%52.16%-
XYZ16.717.078.89-
YUV113.95105.46141.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=41.69%
G=35.11%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331127400.160.440.4838.6428.540.59
Hex85704A0102C30271d29
Octal2051601120205460473551
Binary100001011110000100101001000010110011000010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>