#715543

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

Shades of Quincy #715543

Tints of Quincy #715543

Color information

#715543 (or 0x715543) is unknown color: approx Quincy. HEX triplet: 71, 55 and 43. RGB value is (113,85,67). Sum of RGB (Red+Green+Blue) = 113+85+67=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #715543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715543 is #8EAABC. Grayscale: #5B5B5B. Windows color (decimal): -9349821 or 4412785. OLE color: 4412785.

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

Color convert

RGB1138567-
CMYK00.250.410.56
HSL23.48º25.56%35.29%-
HSV(B)23.48º40.71%44.31%-
XYZ11.0710.416.74-
YUV91.32114.28143.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=42.64%
G=32.08%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113856700.250.410.5623.4825.5635.29
Hex7155430192938171a23
Octal1611251030315170273243
Binary1110001101010110000110110011010011110001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715543; }

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

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

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

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

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

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

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

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