#85774F

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

Shades of Shadow #85774F

Tints of Shadow #85774F

Color information

#85774F (or 0x85774F) is unknown color: approx Shadow. HEX triplet: 85, 77 and 4F. RGB value is (133,119,79). Sum of RGB (Red+Green+Blue) = 133+119+79=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85774F is #7A88B0. Grayscale: #767676. Windows color (decimal): -8030385 or 5207941. OLE color: 5207941.

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

Color convert

RGB13311979-
CMYK00.110.410.48
HSL44.44º25.47%41.57%-
HSV(B)44.44º40.6%52.16%-
XYZ17.6818.7410.08-
YUV118.63105.64138.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=40.18%
G=35.95%
B=23.87%

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
Decimal1331197900.110.410.4844.4425.4741.57
Hex85774F0B29302c192a
Octal2051671170135160543152
Binary10000101111011110011110101110100111000010110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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