#85774C

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

Shades of Shadow #85774C

Tints of Shadow #85774C

Color information

#85774C (or 0x85774C) is unknown color: approx Shadow. HEX triplet: 85, 77 and 4C. RGB value is (133,119,76). Sum of RGB (Red+Green+Blue) = 133+119+76=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85774C is #7A88B3. Grayscale: #767676. Windows color (decimal): -8030388 or 5011333. OLE color: 5011333.

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

Color convert

RGB13311976-
CMYK00.110.430.48
HSL45.26º27.27%40.98%-
HSV(B)45.26º42.86%52.16%-
XYZ17.5718.79.52-
YUV118.28104.14138.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=40.55%
G=36.28%
B=23.17%

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
Decimal1331197600.110.430.4845.2627.2740.98
Hex85774C0B2B302d1b29
Octal2051671140135360553351
Binary10000101111011110011000101110101111000010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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