Html Css Color HEX #52614C Tom Thumb

📋 copy color: '#52614C'

red 82 ◦ green 97 ◦ blue 76

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

Shades of Tom Thumb #52614C

Tints of Tom Thumb #52614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 32.16%
G = 38.04%
B = 29.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#52614C (or 0x52614C) is known color: Tom Thumb. HEX triplet: 52, 61 and 4C. RGB value is (82,97,76). Sum of RGB (Red+Green+Blue) = 82+97+76=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #52614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52614C is #AD9EB3. Grayscale: #5A5A5A. Windows color (decimal): -11378356 or 5005650. OLE color: 5005650.

HSL color Cylindrical-coordinate representation of color #52614C: hue angle of 102.86º degrees, saturation: 0.12, 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 #52614C is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 76 -
CMYK 0.15 0 0.22 0.62
HSL 102.86º 0.12% 0.34% -
HSV(B) 102.86º 0.22% 0.38% -
XYZ 9.06 10.87 8.46 -
YUV 90.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 82 97 76 0.15 0 0.22 0.62 102.86 0.12 0.34
Hex 52 61 4C F 0 16 3E 67 C 22
Octal 122 141 114 17 0 26 76 147 14 42
Binary 1010010 1100001 1001100 1111 0 10110 111110 1100111 1100 100010

Color Harmonies of #52614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52614C

Black with #52614C

Text Example


Text Example

White with #52614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52614C;
 }
 .AnyTagClassName
 {
   color: #52614C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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