#735547

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

Shades of Quincy #735547

Tints of Quincy #735547

Color information

#735547 (or 0x735547) is unknown color: approx Quincy. HEX triplet: 73, 55 and 47. RGB value is (115,85,71). Sum of RGB (Red+Green+Blue) = 115+85+71=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735547 is #8CAAB8. Grayscale: #5C5C5C. Windows color (decimal): -9218745 or 4674931. OLE color: 4674931.

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

Color convert

RGB1158571-
CMYK00.260.380.55
HSL19.09º23.66%36.47%-
HSV(B)19.09º38.26%45.1%-
XYZ11.4610.67.4-
YUV92.37115.94144.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=42.44%
G=31.37%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115857100.260.380.5519.0923.6636.47
Hex73554701A2637131824
Octal1631251070324667233044
Binary1110011101010110001110110101001101101111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735547; }

 p { color: rgb(115,85,71); }

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

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

 a { background-color: rgb(115,85,71); }

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

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

 span { border-color: rgb(115,85,71); }

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