#53654A

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

Shades of Tom Thumb #53654A

Tints of Tom Thumb #53654A

Color information

#53654A (or 0x53654A) is unknown color: approx Tom Thumb. HEX triplet: 53, 65 and 4A. RGB value is (83,101,74). Sum of RGB (Red+Green+Blue) = 83+101+74=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #53654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53654A is #AC9AB5. Grayscale: #5C5C5C. Windows color (decimal): -11311798 or 4875603. OLE color: 4875603.

HSL color Cylindrical-coordinate representation of color #53654A: hue angle of 100º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53654A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB8310174-
CMYK0.1800.270.60
HSL100º15.43%34.31%-
HSV(B)100º26.73%39.61%-
XYZ9.4611.648.23-
YUV92.54117.54121.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=32.17%
G=39.15%
B=28.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101740.1800.270.6010015.4334.31
Hex53654A1201B3C64f22
Octal12314511222033741441742
Binary1010011110010110010101001001101111110011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,101,74); }

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

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

 a { background-color: rgb(83,101,74); }

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

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

 span { border-color: rgb(83,101,74); }

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