#725846

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

Shades of Quincy #725846

Tints of Quincy #725846

Color information

#725846 (or 0x725846) is unknown color: approx Quincy. HEX triplet: 72, 58 and 46. RGB value is (114,88,70). Sum of RGB (Red+Green+Blue) = 114+88+70=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #725846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725846 is #8DA7B9. Grayscale: #5D5D5D. Windows color (decimal): -9283514 or 4610162. OLE color: 4610162.

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

Color convert

RGB1148870-
CMYK00.230.390.55
HSL24.55º23.91%36.08%-
HSV(B)24.55º38.6%44.71%-
XYZ11.53117.31-
YUV93.72114.61142.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=41.91%
G=32.35%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114887000.230.390.5524.5523.9136.08
Hex7258460172737191824
Octal1621301060274767313044
Binary1110010101100010001100101111001111101111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725846; }

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

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

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

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

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

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

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

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