#53725F

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

Shades of Como #53725F

Tints of Como #53725F

Color information

#53725F (or 0x53725F) is unknown color: approx Como. HEX triplet: 53, 72 and 5F. RGB value is (83,114,95). Sum of RGB (Red+Green+Blue) = 83+114+95=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #53725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53725F is #AC8DA0. Grayscale: #666666. Windows color (decimal): -11308449 or 6255187. OLE color: 6255187.

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

Color convert

RGB8311495-
CMYK0.2700.170.55
HSL143.23º15.74%38.63%-
HSV(B)143.23º27.19%44.71%-
XYZ11.6514.713.05-
YUV102.56123.73114.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=28.42%
G=39.04%
B=32.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114950.2700.170.55143.2315.7438.63
Hex53725F1B011378f1027
Octal12316213733021672172047
Binary101001111100101011111110110100011101111000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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