Html Css Color HEX #52644C Tom Thumb

📋 copy color: '#52644C'

red 82 ◦ green 100 ◦ blue 76

#52644C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #52644C

Tints of Tom Thumb #52644C

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 value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#52644C (or 0x52644C) is known color: 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

RGB 82 100 76 -
CMYK 0.18 0 0.24 0.61
HSL 105º 0.14% 0.35% -
HSV(B) 105º 0.24% 0.39% -
XYZ 9.34 11.43 8.55 -
YUV 91.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 82 100 76 0.18 0 0.24 0.61 105 0.14 0.35
Hex 52 64 4C 12 0 18 3D 69 E 23
Octal 122 144 114 22 0 30 75 151 16 43
Binary 1010010 1100100 1001100 10010 0 11000 111101 1101001 1110 100011

Color Harmonies of #52644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52644C

Black with #52644C

Text Example


Text Example

White with #52644C

Text Example


Text Example

HTML Codes & Css Web 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>