#53604C

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

Shades of Tom Thumb #53604C

Tints of Tom Thumb #53604C

Color information

#53604C (or 0x53604C) is unknown color: approx Tom Thumb. HEX triplet: 53, 60 and 4C. RGB value is (83,96,76). Sum of RGB (Red+Green+Blue) = 83+96+76=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #53604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53604C is #AC9FB3. Grayscale: #595959. Windows color (decimal): -11313076 or 5005395. OLE color: 5005395.

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

Color convert

RGB839676-
CMYK0.1400.210.62
HSL99º11.63%33.73%-
HSV(B)99º20.83%37.65%-
XYZ9.0510.738.43-
YUV89.83120.19123.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=32.55%
G=37.65%
B=29.80%

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
Decimal8396760.1400.210.629911.6333.73
Hex53604CE0153E63c22
Octal12314011416025761431442
Binary101001111000001001100111001010111111011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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