#85713E

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

Shades of Shadow #85713E

Tints of Shadow #85713E

Color information

#85713E (or 0x85713E) is unknown color: approx Shadow. HEX triplet: 85, 71 and 3E. RGB value is (133,113,62). Sum of RGB (Red+Green+Blue) = 133+113+62=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85713E is #7A8EC1. Grayscale: #717171. Windows color (decimal): -8031938 or 4092293. OLE color: 4092293.

HSL color Cylindrical-coordinate representation of color #85713E: hue angle of 43.1º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85713E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13311362-
CMYK00.150.530.48
HSL43.1º36.41%38.24%-
HSV(B)43.1º53.38%52.16%-
XYZ16.4517.147-
YUV113.1799.13142.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=43.18%
G=36.69%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331136200.150.530.4843.136.4138.24
Hex85713E0F35302b2426
Octal205161760176560534446
Binary10000101111000111111001111110101110000101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,113,62); }

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

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

 a { background-color: rgb(133,113,62); }

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

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

 span { border-color: rgb(133,113,62); }

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