#59725F

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

Shades of Como #59725F

Tints of Como #59725F

Color information

#59725F (or 0x59725F) is unknown color: approx Como. HEX triplet: 59, 72 and 5F. RGB value is (89,114,95). Sum of RGB (Red+Green+Blue) = 89+114+95=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #59725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59725F is #A68DA0. Grayscale: #686868. Windows color (decimal): -10915233 or 6255193. OLE color: 6255193.

HSL color Cylindrical-coordinate representation of color #59725F: hue angle of 134.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59725F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB8911495-
CMYK0.2200.170.55
HSL134.4º12.32%39.8%-
HSV(B)134.4º21.93%44.71%-
XYZ12.214.9813.08-
YUV104.36122.72117.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=29.87%
G=38.26%
B=31.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114950.2200.170.55134.412.3239.8
Hex59725F160113786c28
Octal13116213726021672061450
Binary10110011110010101111110110010001110111100001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59725F; }

 p { color: rgb(89,114,95); }

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

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

 a { background-color: rgb(89,114,95); }

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

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

 span { border-color: rgb(89,114,95); }

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