Html Css Color HEX #506949 Tom Thumb

📋 copy color: '#506949'

red 80 ◦ green 105 ◦ blue 73

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

Shades of Tom Thumb #506949

Tints of Tom Thumb #506949

RGB

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

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

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

R = 31.01%
G = 40.7%
B = 28.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#506949 (or 0x506949) is known color: Tom Thumb. HEX triplet: 50, 69 and 49. RGB value is (80,105,73). Sum of RGB (Red+Green+Blue) = 80+105+73=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #506949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506949 is #AF96B6. Grayscale: #5D5D5D. Windows color (decimal): -11507383 or 4811088. OLE color: 4811088.

HSL color Cylindrical-coordinate representation of color #506949: hue angle of 106.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506949 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 73 -
CMYK 0.24 0 0.30 0.59
HSL 106.88º 0.18% 0.35% -
HSV(B) 106.88º 0.3% 0.41% -
XYZ 9.56 12.29 8.17 -
YUV 93.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 80 105 73 0.24 0 0.30 0.59 106.88 0.18 0.35
Hex 50 69 49 18 0 1E 3B 6B 12 23
Octal 120 151 111 30 0 36 73 153 22 43
Binary 1010000 1101001 1001001 11000 0 11110 111011 1101011 10010 100011

Color Harmonies of #506949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506949

Black with #506949

Text Example


Text Example

White with #506949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506949; }

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

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

background-color css

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

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

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

border-color css

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

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

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