#725542

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

Shades of Quincy #725542

Tints of Quincy #725542

Color information

#725542 (or 0x725542) is unknown color: approx Quincy. HEX triplet: 72, 55 and 42. RGB value is (114,85,66). Sum of RGB (Red+Green+Blue) = 114+85+66=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #725542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725542 is #8DAABD. Grayscale: #5B5B5B. Windows color (decimal): -9284286 or 4347250. OLE color: 4347250.

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

Color convert

RGB1148566-
CMYK00.250.420.55
HSL23.75º26.67%35.29%-
HSV(B)23.75º42.11%44.71%-
XYZ11.1710.476.59-
YUV91.5113.61144.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=43.02%
G=32.08%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114856600.250.420.5523.7526.6735.29
Hex7255420192A37181b23
Octal1621251020315267303343
Binary1110010101010110000100110011010101101111100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725542; }

 p { color: rgb(114,85,66); }

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

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

 a { background-color: rgb(114,85,66); }

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

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

 span { border-color: rgb(114,85,66); }

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