#725849

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

Shades of Quincy #725849

Tints of Quincy #725849

Color information

#725849 (or 0x725849) is unknown color: approx Quincy. HEX triplet: 72, 58 and 49. RGB value is (114,88,73). Sum of RGB (Red+Green+Blue) = 114+88+73=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725849 is #8DA7B6. Grayscale: #5E5E5E. Windows color (decimal): -9283511 or 4806770. OLE color: 4806770.

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

Color convert

RGB1148873-
CMYK00.230.360.55
HSL21.95º21.93%36.67%-
HSV(B)21.95º35.96%44.71%-
XYZ11.6311.047.82-
YUV94.06116.11142.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=41.45%
G=32%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114887300.230.360.5521.9521.9336.67
Hex7258490172437161625
Octal1621301110274467262645
Binary1110010101100010010010101111001001101111011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725849; }

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

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

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

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

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

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

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

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