#71584C

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

Shades of Quincy #71584C

Tints of Quincy #71584C

Color information

#71584C (or 0x71584C) is unknown color: approx Quincy. HEX triplet: 71, 58 and 4C. RGB value is (113,88,76). Sum of RGB (Red+Green+Blue) = 113+88+76=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71584C is #8EA7B3. Grayscale: #5E5E5E. Windows color (decimal): -9349044 or 5003377. OLE color: 5003377.

HSL color Cylindrical-coordinate representation of color #71584C: hue angle of 19.46º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71584C is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1138876-
CMYK00.220.330.56
HSL19.46º19.58%37.06%-
HSV(B)19.46º32.74%44.31%-
XYZ11.611.018.35-
YUV94.11117.78141.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=40.79%
G=31.77%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113887600.220.330.5619.4619.5837.06
Hex71584C0162138131425
Octal1611301140264170232445
Binary1110001101100010011000101101000011110001001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71584C; }

 p { color: rgb(113,88,76); }

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

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

 a { background-color: rgb(113,88,76); }

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

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

 span { border-color: rgb(113,88,76); }

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