#85764D

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

Shades of Shadow #85764D

Tints of Shadow #85764D

Color information

#85764D (or 0x85764D) is unknown color: approx Shadow. HEX triplet: 85, 76 and 4D. RGB value is (133,118,77). Sum of RGB (Red+Green+Blue) = 133+118+77=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85764D is #7A89B2. Grayscale: #757575. Windows color (decimal): -8030643 or 5076613. OLE color: 5076613.

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

Color convert

RGB13311877-
CMYK00.110.420.48
HSL43.93º26.67%41.18%-
HSV(B)43.93º42.11%52.16%-
XYZ17.4918.489.67-
YUV117.81104.97138.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=40.55%
G=35.98%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331187700.110.420.4843.9326.6741.18
Hex85764D0B2A302c1b29
Octal2051661150135260543351
Binary10000101111011010011010101110101011000010110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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