Html Css Color HEX #516149 Tom Thumb

📋 copy color: '#516149'

red 81 ◦ green 97 ◦ blue 73

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

Shades of Tom Thumb #516149

Tints of Tom Thumb #516149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 32.27%
G = 38.65%
B = 29.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#516149 (or 0x516149) is known color: Tom Thumb. HEX triplet: 51, 61 and 49. RGB value is (81,97,73). Sum of RGB (Red+Green+Blue) = 81+97+73=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #516149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516149 is #AE9EB6. Grayscale: #595959. Windows color (decimal): -11443895 or 4809041. OLE color: 4809041.

HSL color Cylindrical-coordinate representation of color #516149: hue angle of 100º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516149 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 73 -
CMYK 0.16 0 0.25 0.62
HSL 100º 0.14% 0.33% -
HSV(B) 100º 0.25% 0.38% -
XYZ 8.87 10.78 7.92 -
YUV 89.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 81 97 73 0.16 0 0.25 0.62 100 0.14 0.33
Hex 51 61 49 10 0 19 3E 64 E 21
Octal 121 141 111 20 0 31 76 144 16 41
Binary 1010001 1100001 1001001 10000 0 11001 111110 1100100 1110 100001

Color Harmonies of #516149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516149

Black with #516149

Text Example


Text Example

White with #516149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516149; }

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

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

background-color css

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

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

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

border-color css

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

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

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