#735546

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

Shades of Quincy #735546

Tints of Quincy #735546

Color information

#735546 (or 0x735546) is unknown color: approx Quincy. HEX triplet: 73, 55 and 46. RGB value is (115,85,70). Sum of RGB (Red+Green+Blue) = 115+85+70=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735546 is #8CAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9218746 or 4609395. OLE color: 4609395.

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

Color convert

RGB1158570-
CMYK00.260.390.55
HSL20º24.32%36.27%-
HSV(B)20º39.13%45.1%-
XYZ11.4210.587.24-
YUV92.26115.44144.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=42.59%
G=31.48%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115857000.260.390.552024.3236.27
Hex73554601A2737141824
Octal1631251060324767243044
Binary1110011101010110001100110101001111101111010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735546; }

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

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

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

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

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

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

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

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