#53634C

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

Shades of Tom Thumb #53634C

Tints of Tom Thumb #53634C

Color information

#53634C (or 0x53634C) is unknown color: approx Tom Thumb. HEX triplet: 53, 63 and 4C. RGB value is (83,99,76). Sum of RGB (Red+Green+Blue) = 83+99+76=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #53634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53634C is #AC9CB3. Grayscale: #5B5B5B. Windows color (decimal): -11312308 or 5006163. OLE color: 5006163.

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

Color convert

RGB839976-
CMYK0.1600.230.61
HSL101.74º13.14%34.31%-
HSV(B)101.74º23.23%38.82%-
XYZ9.3311.288.52-
YUV91.59119.2121.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=32.17%
G=38.37%
B=29.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399760.1600.230.61101.7413.1434.31
Hex53634C100173D66d22
Octal12314311420027751461542
Binary1010011110001110011001000001011111110111001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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