#725847

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

Shades of Quincy #725847

Tints of Quincy #725847

Color information

#725847 (or 0x725847) is unknown color: approx Quincy. HEX triplet: 72, 58 and 47. RGB value is (114,88,71). Sum of RGB (Red+Green+Blue) = 114+88+71=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #725847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725847 is #8DA7B8. Grayscale: #5D5D5D. Windows color (decimal): -9283513 or 4675698. OLE color: 4675698.

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

Color convert

RGB1148871-
CMYK00.230.380.55
HSL23.72º23.24%36.27%-
HSV(B)23.72º37.72%44.71%-
XYZ11.5711.017.48-
YUV93.84115.11142.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=41.76%
G=32.23%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114887100.230.380.5523.7223.2436.27
Hex7258470172637181724
Octal1621301070274667302744
Binary1110010101100010001110101111001101101111100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725847; }

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

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

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

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

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

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

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

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