#735749

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

Shades of Quincy #735749

Tints of Quincy #735749

Color information

#735749 (or 0x735749) is unknown color: approx Quincy. HEX triplet: 73, 57 and 49. RGB value is (115,87,73). Sum of RGB (Red+Green+Blue) = 115+87+73=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #735749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735749 is #8CA8B6. Grayscale: #5D5D5D. Windows color (decimal): -9218231 or 4806515. OLE color: 4806515.

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

Color convert

RGB1158773-
CMYK00.240.370.55
HSL20º22.34%36.86%-
HSV(B)20º36.52%45.1%-
XYZ11.6810.947.8-
YUV93.78116.28143.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.82%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=41.82%
G=31.64%
B=26.55%

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
Decimal115877300.240.370.552022.3436.86
Hex7357490182537141625
Octal1631271110304567242645
Binary1110011101011110010010110001001011101111010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735749; }

 p { color: rgb(115,87,73); }

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

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

 a { background-color: rgb(115,87,73); }

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

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

 span { border-color: rgb(115,87,73); }

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