#54845D

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

Shades of Como #54845D

Tints of Como #54845D

Color information

#54845D (or 0x54845D) is unknown color: approx Como. HEX triplet: 54, 84 and 5D. RGB value is (84,132,93). Sum of RGB (Red+Green+Blue) = 84+132+93=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #54845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54845D is #AB7BA2. Grayscale: #717171. Windows color (decimal): -11238307 or 6128724. OLE color: 6128724.

HSL color Cylindrical-coordinate representation of color #54845D: hue angle of 131.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54845D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB8413293-
CMYK0.3600.300.48
HSL131.25º22.22%42.35%-
HSV(B)131.25º36.36%51.76%-
XYZ13.8819.1813.33-
YUV113.2116.6107.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=27.18%
G=42.72%
B=30.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84132930.3600.300.48131.2522.2242.35
Hex54845D2401E3083162a
Octal12420413544036602032652
Binary10101001000010010111011001000111101100001000001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54845D; }

 p { color: rgb(84,132,93); }

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

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

 a { background-color: rgb(84,132,93); }

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

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

 span { border-color: rgb(84,132,93); }

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