#715445

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

Shades of Quincy #715445

Tints of Quincy #715445

Color information

#715445 (or 0x715445) is unknown color: approx Quincy. HEX triplet: 71, 54 and 45. RGB value is (113,84,69). Sum of RGB (Red+Green+Blue) = 113+84+69=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #715445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715445 is #8EABBA. Grayscale: #5B5B5B. Windows color (decimal): -9350075 or 4543601. OLE color: 4543601.

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

Color convert

RGB1138469-
CMYK00.260.390.56
HSL20.45º24.18%35.69%-
HSV(B)20.45º38.94%44.31%-
XYZ11.0510.287.03-
YUV90.96115.61143.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=42.48%
G=31.58%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113846900.260.390.5620.4524.1835.69
Hex71544501A2738141824
Octal1611241050324770243044
Binary1110001101010010001010110101001111110001010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715445; }

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

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

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

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

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

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

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

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