#715548

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

Shades of Quincy #715548

Tints of Quincy #715548

Color information

#715548 (or 0x715548) is unknown color: approx Quincy. HEX triplet: 71, 55 and 48. RGB value is (113,85,72). Sum of RGB (Red+Green+Blue) = 113+85+72=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #715548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715548 is #8EAAB7. Grayscale: #5B5B5B. Windows color (decimal): -9349816 or 4740465. OLE color: 4740465.

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

Color convert

RGB1138572-
CMYK00.250.360.56
HSL19.02º22.16%36.27%-
HSV(B)19.02º36.28%44.31%-
XYZ11.2310.487.56-
YUV91.89116.78143.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 72 (28.52% from 255) = 26.67%
R=41.85%
G=31.48%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113857200.250.360.5619.0222.1636.27
Hex7155480192438131624
Octal1611251100314470232644
Binary1110001101010110010000110011001001110001001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715548; }

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

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

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

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

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

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

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

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