#516848

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

Shades of Tom Thumb #516848

Tints of Tom Thumb #516848

Color information

#516848 (or 0x516848) is unknown color: approx Tom Thumb. HEX triplet: 51, 68 and 48. RGB value is (81,104,72). Sum of RGB (Red+Green+Blue) = 81+104+72=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #516848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516848 is #AE97B7. Grayscale: #5D5D5D. Windows color (decimal): -11442104 or 4745297. OLE color: 4745297.

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

Color convert

RGB8110472-
CMYK0.2200.310.59
HSL103.12º18.18%34.51%-
HSV(B)103.12º30.77%40.78%-
XYZ9.5112.127.97-
YUV93.48115.88119.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=31.52%
G=40.47%
B=28.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104720.2200.310.59103.1218.1834.51
Hex5168481601F3B671223
Octal12115011026037731472243
Binary10100011101000100100010110011111111011110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516848; }

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

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

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

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

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

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

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

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