Html Css Color HEX #516249 Tom Thumb

📋 copy color: '#516249'

red 81 ◦ green 98 ◦ blue 73

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

Shades of Tom Thumb #516249

Tints of Tom Thumb #516249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

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

R = 32.14%
G = 38.89%
B = 28.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#516249 (or 0x516249) is known color: Tom Thumb. HEX triplet: 51, 62 and 49. RGB value is (81,98,73). Sum of RGB (Red+Green+Blue) = 81+98+73=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #516249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516249 is #AE9DB6. Grayscale: #5A5A5A. Windows color (decimal): -11443639 or 4809297. OLE color: 4809297.

HSL color Cylindrical-coordinate representation of color #516249: hue angle of 100.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516249 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 73 -
CMYK 0.17 0 0.26 0.62
HSL 100.8º 0.15% 0.34% -
HSV(B) 100.8º 0.26% 0.38% -
XYZ 8.96 10.97 7.95 -
YUV 90.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 81 98 73 0.17 0 0.26 0.62 100.8 0.15 0.34
Hex 51 62 49 11 0 1A 3E 65 F 22
Octal 121 142 111 21 0 32 76 145 17 42
Binary 1010001 1100010 1001001 10001 0 11010 111110 1100101 1111 100010

Color Harmonies of #516249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516249

Black with #516249

Text Example


Text Example

White with #516249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516249; }

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

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

background-color css

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

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

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

border-color css

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

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

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