Html Css Color HEX #516949 Tom Thumb

📋 copy color: '#516949'

red 81 ◦ green 105 ◦ blue 73

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

Shades of Tom Thumb #516949

Tints of Tom Thumb #516949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

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

R = 31.27%
G = 40.54%
B = 28.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#516949 (or 0x516949) is known color: Tom Thumb. HEX triplet: 51, 69 and 49. RGB value is (81,105,73). Sum of RGB (Red+Green+Blue) = 81+105+73=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #516949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516949 is #AE96B6. Grayscale: #5E5E5E. Windows color (decimal): -11441847 or 4811089. OLE color: 4811089.

HSL color Cylindrical-coordinate representation of color #516949: hue angle of 105º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516949 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 73 -
CMYK 0.23 0 0.30 0.59
HSL 105º 0.18% 0.35% -
HSV(B) 105º 0.3% 0.41% -
XYZ 9.65 12.33 8.18 -
YUV 94.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 81 105 73 0.23 0 0.30 0.59 105 0.18 0.35
Hex 51 69 49 17 0 1E 3B 69 12 23
Octal 121 151 111 27 0 36 73 151 22 43
Binary 1010001 1101001 1001001 10111 0 11110 111011 1101001 10010 100011

Color Harmonies of #516949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516949

Black with #516949

Text Example


Text Example

White with #516949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516949; }

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

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

background-color css

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

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

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

border-color css

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

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

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