#54725E

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

Shades of Como #54725E

Tints of Como #54725E

Color information

#54725E (or 0x54725E) is unknown color: approx Como. HEX triplet: 54, 72 and 5E. RGB value is (84,114,94). Sum of RGB (Red+Green+Blue) = 84+114+94=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #54725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54725E is #AB8DA1. Grayscale: #666666. Windows color (decimal): -11242914 or 6189652. OLE color: 6189652.

HSL color Cylindrical-coordinate representation of color #54725E: hue angle of 140º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54725E is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8411494-
CMYK0.2600.180.55
HSL140º15.15%38.82%-
HSV(B)140º26.32%44.71%-
XYZ11.6914.7312.82-
YUV102.75123.06114.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=28.77%
G=39.04%
B=32.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114940.2600.180.5514015.1538.82
Hex54725E1A012378cf27
Octal12416213632022672141747
Binary10101001110010101111011010010010110111100011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54725E; }

 p { color: rgb(84,114,94); }

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

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

 a { background-color: rgb(84,114,94); }

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

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

 span { border-color: rgb(84,114,94); }

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