#745546

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

Shades of Quincy #745546

Tints of Quincy #745546

Color information

#745546 (or 0x745546) is unknown color: approx Quincy. HEX triplet: 74, 55 and 46. RGB value is (116,85,70). Sum of RGB (Red+Green+Blue) = 116+85+70=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745546 is #8BAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9153210 or 4609396. OLE color: 4609396.

HSL color Cylindrical-coordinate representation of color #745546: hue angle of 19.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745546 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1168570-
CMYK00.270.400.55
HSL19.57º24.73%36.47%-
HSV(B)19.57º39.66%45.49%-
XYZ11.5610.657.24-
YUV92.56115.27144.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=42.80%
G=31.37%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116857000.270.400.5519.5724.7336.47
Hex74554601B2837141924
Octal1641251060335067243144
Binary1110100101010110001100110111010001101111010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745546; }

 p { color: rgb(116,85,70); }

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

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

 a { background-color: rgb(116,85,70); }

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

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

 span { border-color: rgb(116,85,70); }

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