#54614F

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

Shades of Tom Thumb #54614F

Tints of Tom Thumb #54614F

Color information

#54614F (or 0x54614F) is unknown color: approx Tom Thumb. HEX triplet: 54, 61 and 4F. RGB value is (84,97,79). Sum of RGB (Red+Green+Blue) = 84+97+79=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #54614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54614F is #AB9EB0. Grayscale: #5B5B5B. Windows color (decimal): -11247281 or 5202260. OLE color: 5202260.

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

Color convert

RGB849779-
CMYK0.1300.190.62
HSL103.33º10.23%34.51%-
HSV(B)103.33º18.56%38.04%-
XYZ9.34119.03-
YUV91.06121.19122.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=32.31%
G=37.31%
B=30.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497790.1300.190.62103.3310.2334.51
Hex54614FD0133E67a23
Octal12414111715023761471243
Binary101010011000011001111110101001111111011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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