#52624C

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

Shades of Tom Thumb #52624C

Tints of Tom Thumb #52624C

Color information

#52624C (or 0x52624C) is unknown color: approx Tom Thumb. HEX triplet: 52, 62 and 4C. RGB value is (82,98,76). Sum of RGB (Red+Green+Blue) = 82+98+76=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #52624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52624C is #AD9DB3. Grayscale: #5A5A5A. Windows color (decimal): -11378100 or 5005906. OLE color: 5005906.

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

Color convert

RGB829876-
CMYK0.1600.220.62
HSL103.64º12.64%34.12%-
HSV(B)103.64º22.45%38.43%-
XYZ9.1511.058.49-
YUV90.71119.7121.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=32.03%
G=38.28%
B=29.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298760.1600.220.62103.6412.6434.12
Hex52624C100163E68d22
Octal12214211420026761501542
Binary1010010110001010011001000001011011111011010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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