Html Css Color HEX #50694D Tom Thumb

📋 copy color: '#50694D'

red 80 ◦ green 105 ◦ blue 77

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

Shades of Tom Thumb #50694D

Tints of Tom Thumb #50694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 30.53%
G = 40.08%
B = 29.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#50694D (or 0x50694D) is known color: Tom Thumb. HEX triplet: 50, 69 and 4D. RGB value is (80,105,77). Sum of RGB (Red+Green+Blue) = 80+105+77=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #50694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50694D is #AF96B2. Grayscale: #5E5E5E. Windows color (decimal): -11507379 or 5073232. OLE color: 5073232.

HSL color Cylindrical-coordinate representation of color #50694D: hue angle of 113.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50694D is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 77 -
CMYK 0.24 0 0.27 0.59
HSL 113.57º 0.15% 0.36% -
HSV(B) 113.57º 0.27% 0.41% -
XYZ 9.7 12.34 8.89 -
YUV 94.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 80 105 77 0.24 0 0.27 0.59 113.57 0.15 0.36
Hex 50 69 4D 18 0 1B 3B 72 F 24
Octal 120 151 115 30 0 33 73 162 17 44
Binary 1010000 1101001 1001101 11000 0 11011 111011 1110010 1111 100100

Color Harmonies of #50694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50694D

Black with #50694D

Text Example


Text Example

White with #50694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50694D; }

 p { color: rgb(80,105,77); }

 H1.HeaderClassName
 {
   color: #50694D;
 }
 .AnyTagClassName
 {
   color: #50694D;
 }
</style>

background-color css

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

 a { background-color: rgb(80,105,77); }

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

border-color css

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

 span { border-color: rgb(80,105,77); }

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