#85764F

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

Shades of Shadow #85764F

Tints of Shadow #85764F

Color information

#85764F (or 0x85764F) is unknown color: approx Shadow. HEX triplet: 85, 76 and 4F. RGB value is (133,118,79). Sum of RGB (Red+Green+Blue) = 133+118+79=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85764F is #7A89B0. Grayscale: #767676. Windows color (decimal): -8030641 or 5207685. OLE color: 5207685.

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

Color convert

RGB13311879-
CMYK00.110.410.48
HSL43.33º25.47%41.57%-
HSV(B)43.33º40.6%52.16%-
XYZ17.5618.5110.04-
YUV118.04105.97138.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=40.30%
G=35.76%
B=23.94%

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
Decimal1331187900.110.410.4843.3325.4741.57
Hex85764F0B29302b192a
Octal2051661170135160533152
Binary10000101111011010011110101110100111000010101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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