#546B49

Color #546B49 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #546B49

Tints of Tom Thumb #546B49

Color information

#546B49 (or 0x546B49) is unknown color: approx Tom Thumb. HEX triplet: 54, 6B and 49. RGB value is (84,107,73). Sum of RGB (Red+Green+Blue) = 84+107+73=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #546B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B49 is #AB94B6. Grayscale: #606060. Windows color (decimal): -11244727 or 4811604. OLE color: 4811604.

HSL color Cylindrical-coordinate representation of color #546B49: hue angle of 100.59º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #546B49 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB8410773-
CMYK0.2100.320.58
HSL100.59º18.89%35.29%-
HSV(B)100.59º31.78%41.96%-
XYZ10.1212.888.26-
YUV96.25114.88119.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=31.82%
G=40.53%
B=27.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107730.2100.320.58100.5918.8935.29
Hex546B49150203A651323
Octal12415311125040721452343
Binary101010011010111001001101010100000111010110010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546B49; }

 p { color: rgb(84,107,73); }

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

<style>
 a { background-color: #546B49; }

 a { background-color: rgb(84,107,73); }

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

<style>
 span { border-color: #546B49; }

 span { border-color: rgb(84,107,73); }

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