#53634D

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

Shades of Tom Thumb #53634D

Tints of Tom Thumb #53634D

Color information

#53634D (or 0x53634D) is unknown color: approx Tom Thumb. HEX triplet: 53, 63 and 4D. RGB value is (83,99,77). Sum of RGB (Red+Green+Blue) = 83+99+77=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #53634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53634D is #AC9CB2. Grayscale: #5B5B5B. Windows color (decimal): -11312307 or 5071699. OLE color: 5071699.

HSL color Cylindrical-coordinate representation of color #53634D: hue angle of 103.64º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53634D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB839977-
CMYK0.1600.220.61
HSL103.64º12.5%34.51%-
HSV(B)103.64º22.22%38.82%-
XYZ9.3711.38.71-
YUV91.71119.7121.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=32.05%
G=38.22%
B=29.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399770.1600.220.61103.6412.534.51
Hex53634D100163D68d23
Octal12314311520026751501543
Binary1010011110001110011011000001011011110111010001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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