#715443

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

Shades of Quincy #715443

Tints of Quincy #715443

Color information

#715443 (or 0x715443) is unknown color: approx Quincy. HEX triplet: 71, 54 and 43. RGB value is (113,84,67). Sum of RGB (Red+Green+Blue) = 113+84+67=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #715443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715443 is #8EABBC. Grayscale: #5A5A5A. Windows color (decimal): -9350077 or 4412529. OLE color: 4412529.

HSL color Cylindrical-coordinate representation of color #715443: hue angle of 22.17º 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 #715443 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1138467-
CMYK00.260.410.56
HSL22.17º25.56%35.29%-
HSV(B)22.17º40.71%44.31%-
XYZ10.9910.266.71-
YUV90.73114.61143.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=42.80%
G=31.82%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113846700.260.410.5622.1725.5635.29
Hex71544301A2938161a23
Octal1611241030325170263243
Binary1110001101010010000110110101010011110001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715443; }

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

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

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

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

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

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

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

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