#52634C

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

Shades of Tom Thumb #52634C

Tints of Tom Thumb #52634C

Color information

#52634C (or 0x52634C) is unknown color: approx Tom Thumb. HEX triplet: 52, 63 and 4C. RGB value is (82,99,76). Sum of RGB (Red+Green+Blue) = 82+99+76=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #52634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52634C is #AD9CB3. Grayscale: #5B5B5B. Windows color (decimal): -11377844 or 5006162. OLE color: 5006162.

HSL color Cylindrical-coordinate representation of color #52634C: hue angle of 104.35º 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 #52634C is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB829976-
CMYK0.1700.230.61
HSL104.35º13.14%34.31%-
HSV(B)104.35º23.23%38.82%-
XYZ9.2511.248.52-
YUV91.3119.37121.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=31.91%
G=38.52%
B=29.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299760.1700.230.61104.3513.1434.31
Hex52634C110173D68d22
Octal12214311421027751501542
Binary1010010110001110011001000101011111110111010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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