#50614B

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

Shades of Tom Thumb #50614B

Tints of Tom Thumb #50614B

Color information

#50614B (or 0x50614B) is unknown color: approx Tom Thumb. HEX triplet: 50, 61 and 4B. RGB value is (80,97,75). Sum of RGB (Red+Green+Blue) = 80+97+75=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #50614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50614B is #AF9EB4. Grayscale: #595959. Windows color (decimal): -11509429 or 4940112. OLE color: 4940112.

HSL color Cylindrical-coordinate representation of color #50614B: hue angle of 106.36º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50614B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB809775-
CMYK0.1800.230.62
HSL106.36º12.79%33.73%-
HSV(B)106.36º22.68%38.04%-
XYZ8.8510.768.27-
YUV89.41119.87121.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=31.75%
G=38.49%
B=29.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097750.1800.230.62106.3612.7933.73
Hex50614B120173E6ad22
Octal12014111322027761521542
Binary1010000110000110010111001001011111111011010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50614B; }

 p { color: rgb(80,97,75); }

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

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

 a { background-color: rgb(80,97,75); }

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

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

 span { border-color: rgb(80,97,75); }

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