#745849

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

Shades of Quincy #745849

Tints of Quincy #745849

Color information

#745849 (or 0x745849) is unknown color: approx Quincy. HEX triplet: 74, 58 and 49. RGB value is (116,88,73). Sum of RGB (Red+Green+Blue) = 116+88+73=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745849 is #8BA7B6. Grayscale: #5E5E5E. Windows color (decimal): -9152439 or 4806772. OLE color: 4806772.

HSL color Cylindrical-coordinate representation of color #745849: hue angle of 20.93º 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 #745849 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1168873-
CMYK00.240.370.55
HSL20.93º22.75%37.06%-
HSV(B)20.93º37.07%45.49%-
XYZ11.8911.177.83-
YUV94.66115.78143.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=41.88%
G=31.77%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116887300.240.370.5520.9322.7537.06
Hex7458490182537151725
Octal1641301110304567252745
Binary1110100101100010010010110001001011101111010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745849; }

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

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

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

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

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

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

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

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