#745549

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

Shades of Quincy #745549

Tints of Quincy #745549

Color information

#745549 (or 0x745549) is unknown color: approx Quincy. HEX triplet: 74, 55 and 49. RGB value is (116,85,73). Sum of RGB (Red+Green+Blue) = 116+85+73=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745549 is #8BAAB6. Grayscale: #5C5C5C. Windows color (decimal): -9153207 or 4806004. OLE color: 4806004.

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

Color convert

RGB1168573-
CMYK00.270.370.55
HSL16.74º22.75%37.06%-
HSV(B)16.74º37.07%45.49%-
XYZ11.6510.697.75-
YUV92.9116.77144.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=42.34%
G=31.02%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116857300.270.370.5516.7422.7537.06
Hex74554901B2537111725
Octal1641251110334567212745
Binary1110100101010110010010110111001011101111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745549; }

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

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

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

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

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

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

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

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