Html Css Color HEX #50634C Tom Thumb

📋 copy color: '#50634C'

red 80 ◦ green 99 ◦ blue 76

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

Shades of Tom Thumb #50634C

Tints of Tom Thumb #50634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 31.37%
G = 38.82%
B = 29.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#50634C (or 0x50634C) is known color: Tom Thumb. HEX triplet: 50, 63 and 4C. RGB value is (80,99,76). Sum of RGB (Red+Green+Blue) = 80+99+76=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #50634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50634C is #AF9CB3. Grayscale: #5A5A5A. Windows color (decimal): -11508916 or 5006160. OLE color: 5006160.

HSL color Cylindrical-coordinate representation of color #50634C: hue angle of 109.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50634C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 76 -
CMYK 0.19 0 0.23 0.61
HSL 109.57º 0.13% 0.34% -
HSV(B) 109.57º 0.23% 0.39% -
XYZ 9.07 11.15 8.51 -
YUV 90.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 80 99 76 0.19 0 0.23 0.61 109.57 0.13 0.34
Hex 50 63 4C 13 0 17 3D 6E D 22
Octal 120 143 114 23 0 27 75 156 15 42
Binary 1010000 1100011 1001100 10011 0 10111 111101 1101110 1101 100010

Color Harmonies of #50634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50634C

Black with #50634C

Text Example


Text Example

White with #50634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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