#50674A

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

Shades of Tom Thumb #50674A

Tints of Tom Thumb #50674A

Color information

#50674A (or 0x50674A) is unknown color: approx Tom Thumb. HEX triplet: 50, 67 and 4A. RGB value is (80,103,74). Sum of RGB (Red+Green+Blue) = 80+103+74=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #50674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50674A is #AF98B5. Grayscale: #5C5C5C. Windows color (decimal): -11507894 or 4876112. OLE color: 4876112.

HSL color Cylindrical-coordinate representation of color #50674A: hue angle of 107.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50674A is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB8010374-
CMYK0.2200.280.60
HSL107.59º16.38%34.71%-
HSV(B)107.59º28.16%40.39%-
XYZ9.3911.98.28-
YUV92.82117.38118.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=31.13%
G=40.08%
B=28.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103740.2200.280.60107.5916.3834.71
Hex50674A1601C3C6c1023
Octal12014711226034741542043
Binary10100001100111100101010110011100111100110110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50674A; }

 p { color: rgb(80,103,74); }

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

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

 a { background-color: rgb(80,103,74); }

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

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

 span { border-color: rgb(80,103,74); }

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