Html Css Color HEX #50614A Tom Thumb

📋 copy color: '#50614A'

red 80 ◦ green 97 ◦ blue 74

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

Shades of Tom Thumb #50614A

Tints of Tom Thumb #50614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 31.87%
G = 38.65%
B = 29.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#50614A (or 0x50614A) is known color: Tom Thumb. HEX triplet: 50, 61 and 4A. RGB value is (80,97,74). Sum of RGB (Red+Green+Blue) = 80+97+74=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #50614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50614A is #AF9EB5. Grayscale: #595959. Windows color (decimal): -11509430 or 4874576. OLE color: 4874576.

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

Color convert

RGB 80 97 74 -
CMYK 0.18 0 0.24 0.62
HSL 104.35º 0.13% 0.34% -
HSV(B) 104.35º 0.24% 0.38% -
XYZ 8.82 10.75 8.09 -
YUV 89.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 80 97 74 0.18 0 0.24 0.62 104.35 0.13 0.34
Hex 50 61 4A 12 0 18 3E 68 D 22
Octal 120 141 112 22 0 30 76 150 15 42
Binary 1010000 1100001 1001010 10010 0 11000 111110 1101000 1101 100010

Color Harmonies of #50614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50614A

Black with #50614A

Text Example


Text Example

White with #50614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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