#53624D

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

Shades of Tom Thumb #53624D

Tints of Tom Thumb #53624D

Color information

#53624D (or 0x53624D) is unknown color: approx Tom Thumb. HEX triplet: 53, 62 and 4D. RGB value is (83,98,77). Sum of RGB (Red+Green+Blue) = 83+98+77=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #53624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53624D is #AC9DB2. Grayscale: #5B5B5B. Windows color (decimal): -11312563 or 5071443. OLE color: 5071443.

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

Color convert

RGB839877-
CMYK0.1500.210.62
HSL102.86º12%34.31%-
HSV(B)102.86º21.43%38.43%-
XYZ9.2711.118.68-
YUV91.12120.03122.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=32.17%
G=37.98%
B=29.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398770.1500.210.62102.861234.31
Hex53624DF0153E67c22
Octal12314211517025761471442
Binary101001111000101001101111101010111111011001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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