#725647

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

Shades of Quincy #725647

Tints of Quincy #725647

Color information

#725647 (or 0x725647) is unknown color: approx Quincy. HEX triplet: 72, 56 and 47. RGB value is (114,86,71). Sum of RGB (Red+Green+Blue) = 114+86+71=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #725647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725647 is #8DA9B8. Grayscale: #5C5C5C. Windows color (decimal): -9284025 or 4675186. OLE color: 4675186.

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

Color convert

RGB1148671-
CMYK00.250.380.55
HSL20.93º23.24%36.27%-
HSV(B)20.93º37.72%44.71%-
XYZ11.410.697.42-
YUV92.66115.78143.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=42.07%
G=31.73%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114867100.250.380.5520.9323.2436.27
Hex7256470192637151724
Octal1621261070314667252744
Binary1110010101011010001110110011001101101111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725647; }

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

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

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

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

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

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

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

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