#516048

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

Shades of Tom Thumb #516048

Tints of Tom Thumb #516048

Color information

#516048 (or 0x516048) is unknown color: approx Tom Thumb. HEX triplet: 51, 60 and 48. RGB value is (81,96,72). Sum of RGB (Red+Green+Blue) = 81+96+72=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #516048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516048 is #AE9FB7. Grayscale: #585858. Windows color (decimal): -11444152 or 4743249. OLE color: 4743249.

HSL color Cylindrical-coordinate representation of color #516048: hue angle of 97.5º 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 #516048 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB819672-
CMYK0.1600.250.62
HSL97.5º14.29%32.94%-
HSV(B)97.5º25%37.65%-
XYZ8.7510.587.71-
YUV88.78118.53122.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=32.53%
G=38.55%
B=28.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196720.1600.250.6297.514.2932.94
Hex516048100193E61e21
Octal12114011020031761411641
Binary1010001110000010010001000001100111111011000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516048; }

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

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

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

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

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

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

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

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