#85704B

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

Shades of Shadow #85704B

Tints of Shadow #85704B

Color information

#85704B (or 0x85704B) is unknown color: approx Shadow. HEX triplet: 85, 70 and 4B. RGB value is (133,112,75). Sum of RGB (Red+Green+Blue) = 133+112+75=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85704B is #7A8FB4. Grayscale: #727272. Windows color (decimal): -8032181 or 4944005. OLE color: 4944005.

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

Color convert

RGB13311275-
CMYK00.160.440.48
HSL38.28º27.88%40.78%-
HSV(B)38.28º43.61%52.16%-
XYZ16.7417.089.07-
YUV114.06105.96141.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=41.56%
G=35%
B=23.44%

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
Decimal1331127500.160.440.4838.2827.8840.78
Hex85704B0102C30261c29
Octal2051601130205460463451
Binary100001011110000100101101000010110011000010011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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