#85754F

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

Shades of Shadow #85754F

Tints of Shadow #85754F

Color information

#85754F (or 0x85754F) is unknown color: approx Shadow. HEX triplet: 85, 75 and 4F. RGB value is (133,117,79). Sum of RGB (Red+Green+Blue) = 133+117+79=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85754F is #7A8AB0. Grayscale: #757575. Windows color (decimal): -8030897 or 5207429. OLE color: 5207429.

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

Color convert

RGB13311779-
CMYK00.120.410.48
HSL42.22º25.47%41.57%-
HSV(B)42.22º40.6%52.16%-
XYZ17.4518.2710-
YUV117.45106.3139.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=40.43%
G=35.56%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331177900.120.410.4842.2225.4741.57
Hex85754F0C29302a192a
Octal2051651170145160523152
Binary10000101111010110011110110010100111000010101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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