#755548

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

Shades of Quincy #755548

Tints of Quincy #755548

Color information

#755548 (or 0x755548) is unknown color: approx Quincy. HEX triplet: 75, 55 and 48. RGB value is (117,85,72). Sum of RGB (Red+Green+Blue) = 117+85+72=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755548 is #8AAAB7. Grayscale: #5D5D5D. Windows color (decimal): -9087672 or 4740469. OLE color: 4740469.

HSL color Cylindrical-coordinate representation of color #755548: hue angle of 17.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755548 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1178572-
CMYK00.270.380.54
HSL17.33º23.81%37.06%-
HSV(B)17.33º38.46%45.88%-
XYZ11.7510.757.59-
YUV93.09116.1145.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=42.70%
G=31.02%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117857200.270.380.5417.3323.8137.06
Hex75554801B2636111825
Octal1651251100334666213045
Binary1110101101010110010000110111001101101101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755548; }

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

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

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

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

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

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

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

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