Html Css Color HEX #516048 Tom Thumb

📋 copy color: '#516048'

red 81 ◦ green 96 ◦ blue 72

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

Shades of Tom Thumb #516048

Tints of Tom Thumb #516048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 32.53%
G = 38.55%
B = 28.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#516048 (or 0x516048) is known color: Tom Thumb. HEX triplet: 51, 60 and 48. RGB value is (81,96,72). Sum of RGB (Red+Green+Blue) = 81+96+72=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #516048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516048 is #AE9FB7. Grayscale: #585858. Windows color (decimal): -11444152 or 4743249. OLE color: 4743249.

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

Color convert

RGB 81 96 72 -
CMYK 0.16 0 0.25 0.62
HSL 97.5º 0.14% 0.33% -
HSV(B) 97.5º 0.25% 0.38% -
XYZ 8.75 10.58 7.71 -
YUV 88.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 81 96 72 0.16 0 0.25 0.62 97.5 0.14 0.33
Hex 51 60 48 10 0 19 3E 62 E 21
Octal 121 140 110 20 0 31 76 142 16 41
Binary 1010001 1100000 1001000 10000 0 11001 111110 1100010 1110 100001

Color Harmonies of #516048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516048

Black with #516048

Text Example


Text Example

White with #516048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516048; }

 p { color: rgb(81,96,72); }

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

background-color css

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

 a { background-color: rgb(81,96,72); }

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

border-color css

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

 span { border-color: rgb(81,96,72); }

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