#54624A

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

Shades of Tom Thumb #54624A

Tints of Tom Thumb #54624A

Color information

#54624A (or 0x54624A) is unknown color: approx Tom Thumb. HEX triplet: 54, 62 and 4A. RGB value is (84,98,74). Sum of RGB (Red+Green+Blue) = 84+98+74=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #54624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54624A is #AB9DB5. Grayscale: #5B5B5B. Windows color (decimal): -11247030 or 4874836. OLE color: 4874836.

HSL color Cylindrical-coordinate representation of color #54624A: hue angle of 95º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54624A is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB849874-
CMYK0.1400.240.62
HSL95º13.95%33.73%-
HSV(B)95º24.49%38.43%-
XYZ9.2611.118.14-
YUV91.08118.36122.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=32.81%
G=38.28%
B=28.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498740.1400.240.629513.9533.73
Hex54624AE0183E5fe22
Octal12414211216030761371642
Binary101010011000101001010111001100011111010111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54624A; }

 p { color: rgb(84,98,74); }

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

<style>
 a { background-color: #54624A; }

 a { background-color: rgb(84,98,74); }

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

<style>
 span { border-color: #54624A; }

 span { border-color: rgb(84,98,74); }

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