Html Css Color HEX #52644A Tom Thumb

📋 copy color: '#52644A'

red 82 ◦ green 100 ◦ blue 74

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

Shades of Tom Thumb #52644A

Tints of Tom Thumb #52644A

RGB

 RED value IS 82 (32.42% from 255) = 32.03%

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 32.03%
G = 39.06%
B = 28.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#52644A (or 0x52644A) is known color: Tom Thumb. HEX triplet: 52, 64 and 4A. RGB value is (82,100,74). Sum of RGB (Red+Green+Blue) = 82+100+74=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #52644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52644A is #AD9BB5. Grayscale: #5B5B5B. Windows color (decimal): -11377590 or 4875346. OLE color: 4875346.

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

Color convert

RGB 82 100 74 -
CMYK 0.18 0 0.26 0.61
HSL 101.54º 0.15% 0.34% -
HSV(B) 101.54º 0.26% 0.39% -
XYZ 9.27 11.4 8.19 -
YUV 91.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 82 100 74 0.18 0 0.26 0.61 101.54 0.15 0.34
Hex 52 64 4A 12 0 1A 3D 66 F 22
Octal 122 144 112 22 0 32 75 146 17 42
Binary 1010010 1100100 1001010 10010 0 11010 111101 1100110 1111 100010

Color Harmonies of #52644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52644A

Black with #52644A

Text Example


Text Example

White with #52644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52644A;
 }
 .AnyTagClassName
 {
   color: #52644A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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