Html Css Color HEX #52614D Tom Thumb

📋 copy color: '#52614D'

red 82 ◦ green 97 ◦ blue 77

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

Shades of Tom Thumb #52614D

Tints of Tom Thumb #52614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 32.03%
G = 37.89%
B = 30.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#52614D (or 0x52614D) is known color: Tom Thumb. HEX triplet: 52, 61 and 4D. RGB value is (82,97,77). Sum of RGB (Red+Green+Blue) = 82+97+77=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #52614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52614D is #AD9EB2. Grayscale: #5A5A5A. Windows color (decimal): -11378355 or 5071186. OLE color: 5071186.

HSL color Cylindrical-coordinate representation of color #52614D: hue angle of 105º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52614D is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 77 -
CMYK 0.15 0 0.21 0.62
HSL 105º 0.11% 0.34% -
HSV(B) 105º 0.21% 0.38% -
XYZ 9.09 10.88 8.64 -
YUV 90.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 82 97 77 0.15 0 0.21 0.62 105 0.11 0.34
Hex 52 61 4D F 0 15 3E 69 B 22
Octal 122 141 115 17 0 25 76 151 13 42
Binary 1010010 1100001 1001101 1111 0 10101 111110 1101001 1011 100010

Color Harmonies of #52614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52614D

Black with #52614D

Text Example


Text Example

White with #52614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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