Html Css Color HEX #516749 Tom Thumb

📋 copy color: '#516749'

red 81 ◦ green 103 ◦ blue 73

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

Shades of Tom Thumb #516749

Tints of Tom Thumb #516749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

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

R = 31.52%
G = 40.08%
B = 28.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#516749 (or 0x516749) is known color: Tom Thumb. HEX triplet: 51, 67 and 49. RGB value is (81,103,73). Sum of RGB (Red+Green+Blue) = 81+103+73=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #516749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516749 is #AE98B6. Grayscale: #5D5D5D. Windows color (decimal): -11442359 or 4810577. OLE color: 4810577.

HSL color Cylindrical-coordinate representation of color #516749: hue angle of 104º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516749 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 73 -
CMYK 0.21 0 0.29 0.60
HSL 104º 0.17% 0.35% -
HSV(B) 104º 0.29% 0.4% -
XYZ 9.45 11.93 8.11 -
YUV 93 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 81 103 73 0.21 0 0.29 0.60 104 0.17 0.35
Hex 51 67 49 15 0 1D 3C 68 11 23
Octal 121 147 111 25 0 35 74 150 21 43
Binary 1010001 1100111 1001001 10101 0 11101 111100 1101000 10001 100011

Color Harmonies of #516749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516749

Black with #516749

Text Example


Text Example

White with #516749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516749; }

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

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

background-color css

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

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

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

border-color css

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

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

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