Html Css Color HEX #52614F Tom Thumb

📋 copy color: '#52614F'

red 82 ◦ green 97 ◦ blue 79

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

Shades of Tom Thumb #52614F

Tints of Tom Thumb #52614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 31.78%
G = 37.6%
B = 30.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#52614F (or 0x52614F) is known color: Tom Thumb. HEX triplet: 52, 61 and 4F. RGB value is (82,97,79). Sum of RGB (Red+Green+Blue) = 82+97+79=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #52614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52614F is #AD9EB0. Grayscale: #5A5A5A. Windows color (decimal): -11378353 or 5202258. OLE color: 5202258.

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

Color convert

RGB 82 97 79 -
CMYK 0.15 0 0.19 0.62
HSL 110º 0.1% 0.35% -
HSV(B) 110º 0.19% 0.38% -
XYZ 9.17 10.91 9.02 -
YUV 90.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 82 97 79 0.15 0 0.19 0.62 110 0.1 0.35
Hex 52 61 4F F 0 13 3E 6E A 23
Octal 122 141 117 17 0 23 76 156 12 43
Binary 1010010 1100001 1001111 1111 0 10011 111110 1101110 1010 100011

Color Harmonies of #52614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52614F

Black with #52614F

Text Example


Text Example

White with #52614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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