#85714A

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

Shades of Shadow #85714A

Tints of Shadow #85714A

Color information

#85714A (or 0x85714A) is unknown color: approx Shadow. HEX triplet: 85, 71 and 4A. RGB value is (133,113,74). Sum of RGB (Red+Green+Blue) = 133+113+74=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85714A is #7A8EB5. Grayscale: #727272. Windows color (decimal): -8031926 or 4878725. OLE color: 4878725.

HSL color Cylindrical-coordinate representation of color #85714A: hue angle of 39.66º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85714A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13311374-
CMYK00.150.440.48
HSL39.66º28.5%40.59%-
HSV(B)39.66º44.36%52.16%-
XYZ16.8117.298.93-
YUV114.53105.13141.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=41.56%
G=35.31%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331137400.150.440.4839.6628.540.59
Hex85714A0F2C30281d29
Octal2051611120175460503551
Binary10000101111000110010100111110110011000010100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85714A; }

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

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

<style>
 a { background-color: #85714A; }

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

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

<style>
 span { border-color: #85714A; }

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

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