#85774E

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

Shades of Shadow #85774E

Tints of Shadow #85774E

Color information

#85774E (or 0x85774E) is unknown color: approx Shadow. HEX triplet: 85, 77 and 4E. RGB value is (133,119,78). Sum of RGB (Red+Green+Blue) = 133+119+78=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85774E is #7A88B1. Grayscale: #767676. Windows color (decimal): -8030386 or 5142405. OLE color: 5142405.

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

Color convert

RGB13311978-
CMYK00.110.410.48
HSL44.73º26.07%41.37%-
HSV(B)44.73º41.35%52.16%-
XYZ17.6418.739.89-
YUV118.51105.14138.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=40.30%
G=36.06%
B=23.64%

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
Decimal1331197800.110.410.4844.7326.0741.37
Hex85774E0B29302d1a29
Octal2051671160135160553251
Binary10000101111011110011100101110100111000010110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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