#54745B

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

Shades of Como #54745B

Tints of Como #54745B

Color information

#54745B (or 0x54745B) is unknown color: approx Como. HEX triplet: 54, 74 and 5B. RGB value is (84,116,91). Sum of RGB (Red+Green+Blue) = 84+116+91=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #54745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54745B is #AB8BA4. Grayscale: #676767. Windows color (decimal): -11242405 or 5993556. OLE color: 5993556.

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

Color convert

RGB8411691-
CMYK0.2800.220.55
HSL133.12º16%39.22%-
HSV(B)133.12º27.59%45.49%-
XYZ11.7915.1312.2-
YUV103.58120.9114.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=28.87%
G=39.86%
B=31.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84116910.2800.220.55133.121639.22
Hex54745B1C01637851027
Octal12416413334026672052047
Binary101010011101001011011111000101101101111000010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54745B; }

 p { color: rgb(84,116,91); }

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

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

 a { background-color: rgb(84,116,91); }

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

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

 span { border-color: rgb(84,116,91); }

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