#85734F

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

Shades of Shadow #85734F

Tints of Shadow #85734F

Color information

#85734F (or 0x85734F) is unknown color: approx Shadow. HEX triplet: 85, 73 and 4F. RGB value is (133,115,79). Sum of RGB (Red+Green+Blue) = 133+115+79=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85734F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85734F is #7A8CB0. Grayscale: #747474. Windows color (decimal): -8031409 or 5206917. OLE color: 5206917.

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

Color convert

RGB13311579-
CMYK00.140.410.48
HSL40º25.47%41.57%-
HSV(B)40º40.6%52.16%-
XYZ17.2117.819.93-
YUV116.28106.96139.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=40.67%
G=35.17%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331157900.140.410.484025.4741.57
Hex85734F0E293028192a
Octal2051631170165160503152
Binary10000101111001110011110111010100111000010100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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