#715748

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

Shades of Quincy #715748

Tints of Quincy #715748

Color information

#715748 (or 0x715748) is unknown color: approx Quincy. HEX triplet: 71, 57 and 48. RGB value is (113,87,72). Sum of RGB (Red+Green+Blue) = 113+87+72=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #715748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715748 is #8EA8B7. Grayscale: #5D5D5D. Windows color (decimal): -9349304 or 4740977. OLE color: 4740977.

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

Color convert

RGB1138772-
CMYK00.230.360.56
HSL21.95º22.16%36.27%-
HSV(B)21.95º36.28%44.31%-
XYZ11.3910.797.61-
YUV93.06116.11142.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=41.54%
G=31.99%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113877200.230.360.5621.9522.1636.27
Hex7157480172438161624
Octal1611271100274470262644
Binary1110001101011110010000101111001001110001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715748; }

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

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

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

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

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

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

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

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