#725545

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

Shades of Quincy #725545

Tints of Quincy #725545

Color information

#725545 (or 0x725545) is unknown color: approx Quincy. HEX triplet: 72, 55 and 45. RGB value is (114,85,69). Sum of RGB (Red+Green+Blue) = 114+85+69=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725545 is #8DAABA. Grayscale: #5B5B5B. Windows color (decimal): -9284283 or 4543858. OLE color: 4543858.

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

Color convert

RGB1148569-
CMYK00.250.390.55
HSL21.33º24.59%35.88%-
HSV(B)21.33º39.47%44.71%-
XYZ11.2610.57.06-
YUV91.85115.11143.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=42.54%
G=31.72%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114856900.250.390.5521.3324.5935.88
Hex7255450192737151924
Octal1621251050314767253144
Binary1110010101010110001010110011001111101111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725545; }

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

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

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

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

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

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

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

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