#52644B

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

Shades of Tom Thumb #52644B

Tints of Tom Thumb #52644B

Color information

#52644B (or 0x52644B) is unknown color: approx Tom Thumb. HEX triplet: 52, 64 and 4B. RGB value is (82,100,75). Sum of RGB (Red+Green+Blue) = 82+100+75=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #52644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52644B is #AD9BB4. Grayscale: #5B5B5B. Windows color (decimal): -11377589 or 4940882. OLE color: 4940882.

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

Color convert

RGB8210075-
CMYK0.1800.250.61
HSL103.2º14.29%34.31%-
HSV(B)103.2º25%39.22%-
XYZ9.3111.428.37-
YUV91.77118.54121.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=31.91%
G=38.91%
B=29.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100750.1800.250.61103.214.2934.31
Hex52644B120193D67e22
Octal12214411322031751471642
Binary1010010110010010010111001001100111110111001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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