#725748

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

Shades of Quincy #725748

Tints of Quincy #725748

Color information

#725748 (or 0x725748) is unknown color: approx Quincy. HEX triplet: 72, 57 and 48. RGB value is (114,87,72). Sum of RGB (Red+Green+Blue) = 114+87+72=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #725748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725748 is #8DA8B7. Grayscale: #5D5D5D. Windows color (decimal): -9283768 or 4740978. OLE color: 4740978.

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

Color convert

RGB1148772-
CMYK00.240.370.55
HSL21.43º22.58%36.47%-
HSV(B)21.43º36.84%44.71%-
XYZ11.5210.867.62-
YUV93.36115.95142.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=41.76%
G=31.87%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114877200.240.370.5521.4322.5836.47
Hex7257480182537151724
Octal1621271100304567252744
Binary1110010101011110010000110001001011101111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725748; }

 p { color: rgb(114,87,72); }

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

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

 a { background-color: rgb(114,87,72); }

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

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

 span { border-color: rgb(114,87,72); }

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