#85774B

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

Shades of Shadow #85774B

Tints of Shadow #85774B

Color information

#85774B (or 0x85774B) is unknown color: approx Shadow. HEX triplet: 85, 77 and 4B. RGB value is (133,119,75). Sum of RGB (Red+Green+Blue) = 133+119+75=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85774B is #7A88B4. Grayscale: #767676. Windows color (decimal): -8030389 or 4945797. OLE color: 4945797.

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

Color convert

RGB13311975-
CMYK00.110.440.48
HSL45.52º27.88%40.78%-
HSV(B)45.52º43.61%52.16%-
XYZ17.5418.699.34-
YUV118.17103.64138.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=40.67%
G=36.39%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331197500.110.440.4845.5227.8840.78
Hex85774B0B2C302e1c29
Octal2051671130135460563451
Binary10000101111011110010110101110110011000010111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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