#715544

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

Shades of Quincy #715544

Tints of Quincy #715544

Color information

#715544 (or 0x715544) is unknown color: approx Quincy. HEX triplet: 71, 55 and 44. RGB value is (113,85,68). Sum of RGB (Red+Green+Blue) = 113+85+68=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #715544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715544 is #8EAABB. Grayscale: #5B5B5B. Windows color (decimal): -9349820 or 4478321. OLE color: 4478321.

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

Color convert

RGB1138568-
CMYK00.250.400.56
HSL22.67º24.86%35.49%-
HSV(B)22.67º39.82%44.31%-
XYZ11.110.436.9-
YUV91.43114.78143.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=42.48%
G=31.95%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113856800.250.400.5622.6724.8635.49
Hex7155440192838171923
Octal1611251040315070273143
Binary1110001101010110001000110011010001110001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715544; }

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

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

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

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

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

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

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

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