#735548

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

Shades of Quincy #735548

Tints of Quincy #735548

Color information

#735548 (or 0x735548) is unknown color: approx Quincy. HEX triplet: 73, 55 and 48. RGB value is (115,85,72). Sum of RGB (Red+Green+Blue) = 115+85+72=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735548 is #8CAAB7. Grayscale: #5C5C5C. Windows color (decimal): -9218744 or 4740467. OLE color: 4740467.

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

Color convert

RGB1158572-
CMYK00.260.370.55
HSL18.14º22.99%36.67%-
HSV(B)18.14º37.39%45.1%-
XYZ11.4910.617.57-
YUV92.49116.44144.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=42.28%
G=31.25%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115857200.260.370.5518.1422.9936.67
Hex73554801A2537121725
Octal1631251100324567222745
Binary1110011101010110010000110101001011101111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735548; }

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

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

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

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

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

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

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

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