#85764C

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

Shades of Shadow #85764C

Tints of Shadow #85764C

Color information

#85764C (or 0x85764C) is unknown color: approx Shadow. HEX triplet: 85, 76 and 4C. RGB value is (133,118,76). Sum of RGB (Red+Green+Blue) = 133+118+76=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85764C is #7A89B3. Grayscale: #757575. Windows color (decimal): -8030644 or 5011077. OLE color: 5011077.

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

Color convert

RGB13311876-
CMYK00.110.430.48
HSL44.21º27.27%40.98%-
HSV(B)44.21º42.86%52.16%-
XYZ17.4618.479.48-
YUV117.7104.47138.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=40.67%
G=36.09%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331187600.110.430.4844.2127.2740.98
Hex85764C0B2B302c1b29
Octal2051661140135360543351
Binary10000101111011010011000101110101111000010110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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