Html Css Color HEX #516D48 Tom Thumb

📋 copy color: '#516D48'

red 81 ◦ green 109 ◦ blue 72

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

Shades of Tom Thumb #516D48

Tints of Tom Thumb #516D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.6%

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

R = 30.92%
G = 41.6%
B = 27.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#516D48 (or 0x516D48) is known color: Tom Thumb. HEX triplet: 51, 6D and 48. RGB value is (81,109,72). Sum of RGB (Red+Green+Blue) = 81+109+72=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #516D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D48 is #AE92B7. Grayscale: #606060. Windows color (decimal): -11440824 or 4746577. OLE color: 4746577.

HSL color Cylindrical-coordinate representation of color #516D48: hue angle of 105.41º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #516D48 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 109 72 -
CMYK 0.26 0 0.34 0.57
HSL 105.41º 0.2% 0.35% -
HSV(B) 105.41º 0.34% 0.43% -
XYZ 10.03 13.15 8.14 -
YUV 96.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 81 109 72 0.26 0 0.34 0.57 105.41 0.2 0.35
Hex 51 6D 48 1A 0 22 39 69 14 23
Octal 121 155 110 32 0 42 71 151 24 43
Binary 1010001 1101101 1001000 11010 0 100010 111001 1101001 10100 100011

Color Harmonies of #516D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D48

Black with #516D48

Text Example


Text Example

White with #516D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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