Html Css Color HEX #51614D Tom Thumb

📋 copy color: '#51614D'

red 81 ◦ green 97 ◦ blue 77

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

Shades of Tom Thumb #51614D

Tints of Tom Thumb #51614D

RGB

 RED value IS 81 (32.03% from 255) = 31.76%

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

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

R = 31.76%
G = 38.04%
B = 30.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#51614D (or 0x51614D) is known color: Tom Thumb. HEX triplet: 51, 61 and 4D. RGB value is (81,97,77). Sum of RGB (Red+Green+Blue) = 81+97+77=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 97 - color contains mainly: green. Hex color #51614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51614D is #AE9EB2. Grayscale: #5A5A5A. Windows color (decimal): -11443891 or 5071185. OLE color: 5071185.

HSL color Cylindrical-coordinate representation of color #51614D: hue angle of 108º 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 #51614D is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 77 -
CMYK 0.16 0 0.21 0.62
HSL 108º 0.11% 0.34% -
HSV(B) 108º 0.21% 0.38% -
XYZ 9.01 10.83 8.64 -
YUV 89.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 81 97 77 0.16 0 0.21 0.62 108 0.11 0.34
Hex 51 61 4D 10 0 15 3E 6C B 22
Octal 121 141 115 20 0 25 76 154 13 42
Binary 1010001 1100001 1001101 10000 0 10101 111110 1101100 1011 100010

Color Harmonies of #51614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51614D

Black with #51614D

Text Example


Text Example

White with #51614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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