Html Css Color HEX #515F49 Tom Thumb

📋 copy color: '#515F49'

red 81 ◦ green 95 ◦ blue 73

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

Shades of Tom Thumb #515F49

Tints of Tom Thumb #515F49

RGB

 RED value IS 81 (32.03% from 255) = 32.53%

 GREEN value IS 95 (37.5% from 255) = 38.15%

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

R = 32.53%
G = 38.15%
B = 29.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#515F49 (or 0x515F49) is known color: Tom Thumb. HEX triplet: 51, 5F and 49. RGB value is (81,95,73). Sum of RGB (Red+Green+Blue) = 81+95+73=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #515F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F49 is #AEA0B6. Grayscale: #585858. Windows color (decimal): -11444407 or 4808529. OLE color: 4808529.

HSL color Cylindrical-coordinate representation of color #515F49: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515F49 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 73 -
CMYK 0.15 0 0.23 0.63
HSL 98.18º 0.13% 0.33% -
HSV(B) 98.18º 0.23% 0.37% -
XYZ 8.69 10.41 7.86 -
YUV 88.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 81 95 73 0.15 0 0.23 0.63 98.18 0.13 0.33
Hex 51 5F 49 F 0 17 3F 62 D 21
Octal 121 137 111 17 0 27 77 142 15 41
Binary 1010001 1011111 1001001 1111 0 10111 111111 1100010 1101 100001

Color Harmonies of #515F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F49

Black with #515F49

Text Example


Text Example

White with #515F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F49; }

 p { color: rgb(81,95,73); }

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

background-color css

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

 a { background-color: rgb(81,95,73); }

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

border-color css

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

 span { border-color: rgb(81,95,73); }

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