#85764E

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

Shades of Shadow #85764E

Tints of Shadow #85764E

Color information

#85764E (or 0x85764E) is unknown color: approx Shadow. HEX triplet: 85, 76 and 4E. RGB value is (133,118,78). Sum of RGB (Red+Green+Blue) = 133+118+78=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85764E is #7A89B1. Grayscale: #767676. Windows color (decimal): -8030642 or 5142149. OLE color: 5142149.

HSL color Cylindrical-coordinate representation of color #85764E: hue angle of 43.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85764E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13311878-
CMYK00.110.410.48
HSL43.64º26.07%41.37%-
HSV(B)43.64º41.35%52.16%-
XYZ17.5318.499.85-
YUV117.92105.47138.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=40.43%
G=35.87%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331187800.110.410.4843.6426.0741.37
Hex85764E0B29302c1a29
Octal2051661160135160543251
Binary10000101111011010011100101110100111000010110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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