#725449

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

Shades of Quincy #725449

Tints of Quincy #725449

Color information

#725449 (or 0x725449) is unknown color: approx Quincy. HEX triplet: 72, 54 and 49. RGB value is (114,84,73). Sum of RGB (Red+Green+Blue) = 114+84+73=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #725449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725449 is #8DABB6. Grayscale: #5B5B5B. Windows color (decimal): -9284535 or 4805746. OLE color: 4805746.

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

Color convert

RGB1148473-
CMYK00.260.360.55
HSL16.1º21.93%36.67%-
HSV(B)16.1º35.96%44.71%-
XYZ11.3110.47.71-
YUV91.72117.44143.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=42.07%
G=31.00%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114847300.260.360.5516.121.9336.67
Hex72544901A2437101625
Octal1621241110324467202645
Binary1110010101010010010010110101001001101111000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725449; }

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

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

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

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

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

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

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

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