#715547

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

Shades of Quincy #715547

Tints of Quincy #715547

Color information

#715547 (or 0x715547) is unknown color: approx Quincy. HEX triplet: 71, 55 and 47. RGB value is (113,85,71). Sum of RGB (Red+Green+Blue) = 113+85+71=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715547 is #8EAAB8. Grayscale: #5B5B5B. Windows color (decimal): -9349817 or 4674929. OLE color: 4674929.

HSL color Cylindrical-coordinate representation of color #715547: hue angle of 20º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715547 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1138571-
CMYK00.250.370.56
HSL20º22.83%36.08%-
HSV(B)20º37.17%44.31%-
XYZ11.210.467.39-
YUV91.78116.28143.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=42.01%
G=31.60%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113857100.250.370.562022.8336.08
Hex7155470192538141724
Octal1611251070314570242744
Binary1110001101010110001110110011001011110001010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715547; }

 p { color: rgb(113,85,71); }

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

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

 a { background-color: rgb(113,85,71); }

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

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

 span { border-color: rgb(113,85,71); }

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