#85704F

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

Shades of Shadow #85704F

Tints of Shadow #85704F

Color information

#85704F (or 0x85704F) is unknown color: approx Shadow. HEX triplet: 85, 70 and 4F. RGB value is (133,112,79). Sum of RGB (Red+Green+Blue) = 133+112+79=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85704F is #7A8FB0. Grayscale: #727272. Windows color (decimal): -8032177 or 5206149. OLE color: 5206149.

HSL color Cylindrical-coordinate representation of color #85704F: hue angle of 36.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85704F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13311279-
CMYK00.160.410.48
HSL36.67º25.47%41.57%-
HSV(B)36.67º40.6%52.16%-
XYZ16.8817.149.82-
YUV114.52107.96141.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=41.05%
G=34.57%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331127900.160.410.4836.6725.4741.57
Hex85704F010293025192a
Octal2051601170205160453152
Binary100001011110000100111101000010100111000010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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