#725546

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

Shades of Quincy #725546

Tints of Quincy #725546

Color information

#725546 (or 0x725546) is unknown color: approx Quincy. HEX triplet: 72, 55 and 46. RGB value is (114,85,70). Sum of RGB (Red+Green+Blue) = 114+85+70=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725546 is #8DAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9284282 or 4609394. OLE color: 4609394.

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

Color convert

RGB1148570-
CMYK00.250.390.55
HSL20.45º23.91%36.08%-
HSV(B)20.45º38.6%44.71%-
XYZ11.2910.527.23-
YUV91.96115.61143.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=42.38%
G=31.60%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114857000.250.390.5520.4523.9136.08
Hex7255460192737141824
Octal1621251060314767243044
Binary1110010101010110001100110011001111101111010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725546; }

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

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

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

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

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

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

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

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