#54614D

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

Shades of Tom Thumb #54614D

Tints of Tom Thumb #54614D

Color information

#54614D (or 0x54614D) is unknown color: approx Tom Thumb. HEX triplet: 54, 61 and 4D. RGB value is (84,97,77). Sum of RGB (Red+Green+Blue) = 84+97+77=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #54614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54614D is #AB9EB2. Grayscale: #5A5A5A. Windows color (decimal): -11247283 or 5071188. OLE color: 5071188.

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

Color convert

RGB849777-
CMYK0.1300.210.62
HSL99º11.49%34.12%-
HSV(B)99º20.62%38.04%-
XYZ9.2710.978.65-
YUV90.83120.19123.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=32.56%
G=37.60%
B=29.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497770.1300.210.629911.4934.12
Hex54614DD0153E63b22
Octal12414111515025761431342
Binary101010011000011001101110101010111111011000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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