#725649

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

Shades of Quincy #725649

Tints of Quincy #725649

Color information

#725649 (or 0x725649) is unknown color: approx Quincy. HEX triplet: 72, 56 and 49. RGB value is (114,86,73). Sum of RGB (Red+Green+Blue) = 114+86+73=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #725649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725649 is #8DA9B6. Grayscale: #5C5C5C. Windows color (decimal): -9284023 or 4806258. OLE color: 4806258.

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

Color convert

RGB1148673-
CMYK00.250.360.55
HSL19.02º21.93%36.67%-
HSV(B)19.02º35.96%44.71%-
XYZ11.4710.717.77-
YUV92.89116.78143.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=41.76%
G=31.50%
B=26.74%

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
Decimal114867300.250.360.5519.0221.9336.67
Hex7256490192437131625
Octal1621261110314467232645
Binary1110010101011010010010110011001001101111001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725649; }

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

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

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

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

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

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

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

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