Html Css Color HEX #506249 Tom Thumb

📋 copy color: '#506249'

red 80 ◦ green 98 ◦ blue 73

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

Shades of Tom Thumb #506249

Tints of Tom Thumb #506249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 31.87%
G = 39.04%
B = 29.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#506249 (or 0x506249) is known color: Tom Thumb. HEX triplet: 50, 62 and 49. RGB value is (80,98,73). Sum of RGB (Red+Green+Blue) = 80+98+73=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #506249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506249 is #AF9DB6. Grayscale: #595959. Windows color (decimal): -11509175 or 4809296. OLE color: 4809296.

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

Color convert

RGB 80 98 73 -
CMYK 0.18 0 0.26 0.62
HSL 103.2º 0.15% 0.34% -
HSV(B) 103.2º 0.26% 0.38% -
XYZ 8.88 10.92 7.94 -
YUV 89.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 80 98 73 0.18 0 0.26 0.62 103.2 0.15 0.34
Hex 50 62 49 12 0 1A 3E 67 F 22
Octal 120 142 111 22 0 32 76 147 17 42
Binary 1010000 1100010 1001001 10010 0 11010 111110 1100111 1111 100010

Color Harmonies of #506249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506249

Black with #506249

Text Example


Text Example

White with #506249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506249; }

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

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

background-color css

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

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

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

border-color css

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

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

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