#71574A

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

Shades of Quincy #71574A

Tints of Quincy #71574A

Color information

#71574A (or 0x71574A) is unknown color: approx Quincy. HEX triplet: 71, 57 and 4A. RGB value is (113,87,74). Sum of RGB (Red+Green+Blue) = 113+87+74=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71574A is #8EA8B5. Grayscale: #5D5D5D. Windows color (decimal): -9349302 or 4872049. OLE color: 4872049.

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

Color convert

RGB1138774-
CMYK00.230.350.56
HSL20º20.86%36.67%-
HSV(B)20º34.51%44.31%-
XYZ11.4510.827.96-
YUV93.29117.11142.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=41.24%
G=31.75%
B=27.01%

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
Decimal113877400.230.350.562020.8636.67
Hex71574A0172338141525
Octal1611271120274370242545
Binary1110001101011110010100101111000111110001010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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