#53614D

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

Shades of Tom Thumb #53614D

Tints of Tom Thumb #53614D

Color information

#53614D (or 0x53614D) is unknown color: approx Tom Thumb. HEX triplet: 53, 61 and 4D. RGB value is (83,97,77). Sum of RGB (Red+Green+Blue) = 83+97+77=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #53614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53614D is #AC9EB2. Grayscale: #5A5A5A. Windows color (decimal): -11312819 or 5071187. OLE color: 5071187.

HSL color Cylindrical-coordinate representation of color #53614D: hue angle of 102º 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 #53614D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB839777-
CMYK0.1400.210.62
HSL102º11.49%34.12%-
HSV(B)102º20.62%38.04%-
XYZ9.1810.928.65-
YUV90.53120.36122.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=32.30%
G=37.74%
B=29.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397770.1400.210.6210211.4934.12
Hex53614DE0153E66b22
Octal12314111516025761461342
Binary101001111000011001101111001010111111011001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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