#516049

Color #516049 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #516049

Tints of Tom Thumb #516049

Color information

#516049 (or 0x516049) is unknown color: approx Tom Thumb. HEX triplet: 51, 60 and 49. RGB value is (81,96,73). Sum of RGB (Red+Green+Blue) = 81+96+73=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #516049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516049 is #AE9FB6. Grayscale: #585858. Windows color (decimal): -11444151 or 4808785. OLE color: 4808785.

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

Color convert

RGB819673-
CMYK0.1600.240.62
HSL99.13º13.61%33.14%-
HSV(B)99.13º23.96%37.65%-
XYZ8.7810.67.89-
YUV88.89119.03122.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=32.4%
G=38.4%
B=29.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196730.1600.240.6299.1313.6133.14
Hex516049100183E63e21
Octal12114011120030761431641
Binary1010001110000010010011000001100011111011000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516049; }

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

 H1.HeaderClassName
 {
   color: #516049;
 }
 .AnyTagClassName
 {
   color: #516049;
 }
</style>
background-color css

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

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

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

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

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

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