#54604D

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

Shades of Tom Thumb #54604D

Tints of Tom Thumb #54604D

Color information

#54604D (or 0x54604D) is unknown color: approx Tom Thumb. HEX triplet: 54, 60 and 4D. RGB value is (84,96,77). Sum of RGB (Red+Green+Blue) = 84+96+77=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #54604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54604D is #AB9FB2. Grayscale: #5A5A5A. Windows color (decimal): -11247539 or 5070932. OLE color: 5070932.

HSL color Cylindrical-coordinate representation of color #54604D: hue angle of 97.89º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54604D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB849677-
CMYK0.1200.200.62
HSL97.89º10.98%33.92%-
HSV(B)97.89º19.79%37.65%-
XYZ9.1810.798.62-
YUV90.25120.52123.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=32.68%
G=37.35%
B=29.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496770.1200.200.6297.8910.9833.92
Hex54604DC0143E62b22
Octal12414011514024761421342
Binary101010011000001001101110001010011111011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,96,77); }

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

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

 a { background-color: rgb(84,96,77); }

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

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

 span { border-color: rgb(84,96,77); }

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