#715749

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

Shades of Quincy #715749

Tints of Quincy #715749

Color information

#715749 (or 0x715749) is unknown color: approx Quincy. HEX triplet: 71, 57 and 49. RGB value is (113,87,73). Sum of RGB (Red+Green+Blue) = 113+87+73=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #715749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715749 is #8EA8B6. Grayscale: #5D5D5D. Windows color (decimal): -9349303 or 4806513. OLE color: 4806513.

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

Color convert

RGB1138773-
CMYK00.230.350.56
HSL21º21.51%36.47%-
HSV(B)21º35.4%44.31%-
XYZ11.4210.817.79-
YUV93.18116.61142.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=41.39%
G=31.87%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113877300.230.350.562121.5136.47
Hex7157490172338151624
Octal1611271110274370252644
Binary1110001101011110010010101111000111110001010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715749; }

 p { color: rgb(113,87,73); }

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

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

 a { background-color: rgb(113,87,73); }

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

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

 span { border-color: rgb(113,87,73); }

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