#516841

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

Shades of Tom Thumb #516841

Tints of Tom Thumb #516841

Color information

#516841 (or 0x516841) is unknown color: approx Tom Thumb. HEX triplet: 51, 68 and 41. RGB value is (81,104,65). Sum of RGB (Red+Green+Blue) = 81+104+65=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #516841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516841 is #AE97BE. Grayscale: #5C5C5C. Windows color (decimal): -11442111 or 4286545. OLE color: 4286545.

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

Color convert

RGB8110465-
CMYK0.2200.380.59
HSL95.38º23.08%33.14%-
HSV(B)95.38º37.5%40.78%-
XYZ9.312.036.83-
YUV92.68112.38119.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 65 (25.78% from 255) = 26%
R=32.4%
G=41.6%
B=26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104650.2200.380.5995.3823.0833.14
Hex516841160263B5f1721
Octal12115010126046731372741
Binary101000111010001000001101100100110111011101111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516841; }

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

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

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

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

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

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

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

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