#506049

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

Shades of Tom Thumb #506049

Tints of Tom Thumb #506049

Color information

#506049 (or 0x506049) is unknown color: approx Tom Thumb. HEX triplet: 50, 60 and 49. RGB value is (80,96,73). Sum of RGB (Red+Green+Blue) = 80+96+73=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #506049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506049 is #AF9FB6. Grayscale: #585858. Windows color (decimal): -11509687 or 4808784. OLE color: 4808784.

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

Color convert

RGB809673-
CMYK0.1700.240.62
HSL101.74º13.61%33.14%-
HSV(B)101.74º23.96%37.65%-
XYZ8.6910.557.88-
YUV88.59119.2121.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=32.13%
G=38.55%
B=29.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096730.1700.240.62101.7413.6133.14
Hex506049110183E66e21
Octal12014011121030761461641
Binary1010000110000010010011000101100011111011001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506049; }

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

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

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

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

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

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

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

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