#735544

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

Shades of Quincy #735544

Tints of Quincy #735544

Color information

#735544 (or 0x735544) is unknown color: approx Quincy. HEX triplet: 73, 55 and 44. RGB value is (115,85,68). Sum of RGB (Red+Green+Blue) = 115+85+68=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735544 is #8CAABB. Grayscale: #5C5C5C. Windows color (decimal): -9218748 or 4478323. OLE color: 4478323.

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

Color convert

RGB1158568-
CMYK00.260.410.55
HSL21.7º25.68%35.88%-
HSV(B)21.7º40.87%45.1%-
XYZ11.3610.566.91-
YUV92.03114.44144.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=42.91%
G=31.72%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115856800.260.410.5521.725.6835.88
Hex73554401A2937161a24
Octal1631251040325167263244
Binary1110011101010110001000110101010011101111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735544; }

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

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

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

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

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

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

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

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