#735745

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

Shades of Quincy #735745

Tints of Quincy #735745

Color information

#735745 (or 0x735745) is unknown color: approx Quincy. HEX triplet: 73, 57 and 45. RGB value is (115,87,69). Sum of RGB (Red+Green+Blue) = 115+87+69=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735745 is #8CA8BA. Grayscale: #5D5D5D. Windows color (decimal): -9218235 or 4544371. OLE color: 4544371.

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

Color convert

RGB1158769-
CMYK00.240.40.55
HSL23.48º25%36.08%-
HSV(B)23.48º40%45.1%-
XYZ11.5510.897.12-
YUV93.32114.28143.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=42.44%
G=32.10%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115876900.240.40.5523.482536.08
Hex7357450182837171924
Octal1631271050305067273144
Binary1110011101011110001010110001010001101111011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735745; }

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

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

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

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

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

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

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

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