Html Css Color HEX #506049 Tom Thumb

📋 copy color: '#506049'

red 80 ◦ green 96 ◦ blue 73

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

Shades of Tom Thumb #506049

Tints of Tom Thumb #506049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 32.13%
G = 38.55%
B = 29.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#506049 (or 0x506049) is known color: Tom Thumb. HEX triplet: 50, 60 and 49. RGB value is (80,96,73). Sum of RGB (Red+Green+Blue) = 80+96+73=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #506049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506049 is #AF9FB6. Grayscale: #585858. Windows color (decimal): -11509687 or 4808784. OLE color: 4808784.

HSL color Cylindrical-coordinate representation of color #506049: hue angle of 101.74º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506049 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 73 -
CMYK 0.17 0 0.24 0.62
HSL 101.74º 0.14% 0.33% -
HSV(B) 101.74º 0.24% 0.38% -
XYZ 8.69 10.55 7.88 -
YUV 88.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 80 96 73 0.17 0 0.24 0.62 101.74 0.14 0.33
Hex 50 60 49 11 0 18 3E 66 E 21
Octal 120 140 111 21 0 30 76 146 16 41
Binary 1010000 1100000 1001001 10001 0 11000 111110 1100110 1110 100001

Color Harmonies of #506049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506049

Black with #506049

Text Example


Text Example

White with #506049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506049; }

 p { color: rgb(80,96,73); }

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

background-color css

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

 a { background-color: rgb(80,96,73); }

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

border-color css

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

 span { border-color: rgb(80,96,73); }

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