#715448

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

Shades of Quincy #715448

Tints of Quincy #715448

Color information

#715448 (or 0x715448) is unknown color: approx Quincy. HEX triplet: 71, 54 and 48. RGB value is (113,84,72). Sum of RGB (Red+Green+Blue) = 113+84+72=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715448 is #8EABB7. Grayscale: #5B5B5B. Windows color (decimal): -9350072 or 4740209. OLE color: 4740209.

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

Color convert

RGB1138472-
CMYK00.260.360.56
HSL17.56º22.16%36.27%-
HSV(B)17.56º36.28%44.31%-
XYZ11.1510.327.54-
YUV91.3117.11143.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=42.01%
G=31.23%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113847200.260.360.5617.5622.1636.27
Hex71544801A2438121624
Octal1611241100324470222644
Binary1110001101010010010000110101001001110001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715448; }

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

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

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

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

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

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

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

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