#85744E

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

Shades of Shadow #85744E

Tints of Shadow #85744E

Color information

#85744E (or 0x85744E) is unknown color: approx Shadow. HEX triplet: 85, 74 and 4E. RGB value is (133,116,78). Sum of RGB (Red+Green+Blue) = 133+116+78=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85744E is #7A8BB1. Grayscale: #747474. Windows color (decimal): -8031154 or 5141637. OLE color: 5141637.

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

Color convert

RGB13311678-
CMYK00.130.410.48
HSL41.45º26.07%41.37%-
HSV(B)41.45º41.35%52.16%-
XYZ17.2918.039.78-
YUV116.75106.13139.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=40.67%
G=35.47%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331167800.130.410.4841.4526.0741.37
Hex85744E0D2930291a29
Octal2051641160155160513251
Binary10000101111010010011100110110100111000010100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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