#52644C

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

Shades of Tom Thumb #52644C

Tints of Tom Thumb #52644C

Color information

#52644C (or 0x52644C) is unknown color: approx Tom Thumb. HEX triplet: 52, 64 and 4C. RGB value is (82,100,76). Sum of RGB (Red+Green+Blue) = 82+100+76=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #52644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52644C is #AD9BB3. Grayscale: #5B5B5B. Windows color (decimal): -11377588 or 5006418. OLE color: 5006418.

HSL color Cylindrical-coordinate representation of color #52644C: hue angle of 105º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52644C is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB8210076-
CMYK0.1800.240.61
HSL105º13.64%34.51%-
HSV(B)105º24%39.22%-
XYZ9.3411.438.55-
YUV91.88119.04120.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=31.78%
G=38.76%
B=29.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100760.1800.240.6110513.6434.51
Hex52644C120183D69e23
Octal12214411422030751511643
Binary1010010110010010011001001001100011110111010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,100,76); }

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

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

 a { background-color: rgb(82,100,76); }

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

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

 span { border-color: rgb(82,100,76); }

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