#735748

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

Shades of Quincy #735748

Tints of Quincy #735748

Color information

#735748 (or 0x735748) is unknown color: approx Quincy. HEX triplet: 73, 57 and 48. RGB value is (115,87,72). Sum of RGB (Red+Green+Blue) = 115+87+72=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #735748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735748 is #8CA8B7. Grayscale: #5D5D5D. Windows color (decimal): -9218232 or 4740979. OLE color: 4740979.

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

Color convert

RGB1158772-
CMYK00.240.370.55
HSL20.93º22.99%36.67%-
HSV(B)20.93º37.39%45.1%-
XYZ11.6510.937.63-
YUV93.66115.78143.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=41.97%
G=31.75%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115877200.240.370.5520.9322.9936.67
Hex7357480182537151725
Octal1631271100304567252745
Binary1110011101011110010000110001001011101111010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735748; }

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

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

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

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

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

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

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

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