#53674D

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

Shades of Tom Thumb #53674D

Tints of Tom Thumb #53674D

Color information

#53674D (or 0x53674D) is unknown color: approx Tom Thumb. HEX triplet: 53, 67 and 4D. RGB value is (83,103,77). Sum of RGB (Red+Green+Blue) = 83+103+77=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #53674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53674D is #AC98B2. Grayscale: #5E5E5E. Windows color (decimal): -11311283 or 5072723. OLE color: 5072723.

HSL color Cylindrical-coordinate representation of color #53674D: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53674D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB8310377-
CMYK0.1900.250.60
HSL106.15º14.44%35.29%-
HSV(B)106.15º25.24%40.39%-
XYZ9.7612.088.84-
YUV94.06118.37120.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=31.56%
G=39.16%
B=29.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103770.1900.250.60106.1514.4435.29
Hex53674D130193C6ae23
Octal12314711523031741521643
Binary1010011110011110011011001101100111110011010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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