#725549

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

Shades of Quincy #725549

Tints of Quincy #725549

Color information

#725549 (or 0x725549) is unknown color: approx Quincy. HEX triplet: 72, 55 and 49. RGB value is (114,85,73). Sum of RGB (Red+Green+Blue) = 114+85+73=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725549 is #8DAAB6. Grayscale: #5C5C5C. Windows color (decimal): -9284279 or 4806002. OLE color: 4806002.

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

Color convert

RGB1148573-
CMYK00.250.360.55
HSL17.56º21.93%36.67%-
HSV(B)17.56º35.96%44.71%-
XYZ11.3910.567.74-
YUV92.3117.11143.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=41.91%
G=31.25%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114857300.250.360.5517.5621.9336.67
Hex7255490192437121625
Octal1621251110314467222645
Binary1110010101010110010010110011001001101111001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725549; }

 p { color: rgb(114,85,73); }

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

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

 a { background-color: rgb(114,85,73); }

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

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

 span { border-color: rgb(114,85,73); }

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