Html Css Color HEX #50614C Tom Thumb

📋 copy color: '#50614C'

red 80 ◦ green 97 ◦ blue 76

#50614C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #50614C

Tints of Tom Thumb #50614C

RGB

 RED value IS 80 (31.64% from 255) = 31.62%

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 31.62%
G = 38.34%
B = 30.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#50614C (or 0x50614C) is known color: Tom Thumb. HEX triplet: 50, 61 and 4C. RGB value is (80,97,76). Sum of RGB (Red+Green+Blue) = 80+97+76=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #50614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50614C is #AF9EB3. Grayscale: #595959. Windows color (decimal): -11509428 or 5005648. OLE color: 5005648.

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

Color convert

RGB 80 97 76 -
CMYK 0.18 0 0.22 0.62
HSL 108.57º 0.12% 0.34% -
HSV(B) 108.57º 0.22% 0.38% -
XYZ 8.89 10.78 8.45 -
YUV 89.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 80 97 76 0.18 0 0.22 0.62 108.57 0.12 0.34
Hex 50 61 4C 12 0 16 3E 6D C 22
Octal 120 141 114 22 0 26 76 155 14 42
Binary 1010000 1100001 1001100 10010 0 10110 111110 1101101 1100 100010

Color Harmonies of #50614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50614C

Black with #50614C

Text Example


Text Example

White with #50614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50614C;
 }
 .AnyTagClassName
 {
   color: #50614C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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