Html Css Color HEX #516548 Tom Thumb

📋 copy color: '#516548'

red 81 ◦ green 101 ◦ blue 72

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

Shades of Tom Thumb #516548

Tints of Tom Thumb #516548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 31.89%
G = 39.76%
B = 28.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#516548 (or 0x516548) is known color: Tom Thumb. HEX triplet: 51, 65 and 48. RGB value is (81,101,72). Sum of RGB (Red+Green+Blue) = 81+101+72=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #516548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516548 is #AE9AB7. Grayscale: #5B5B5B. Windows color (decimal): -11442872 or 4744529. OLE color: 4744529.

HSL color Cylindrical-coordinate representation of color #516548: hue angle of 101.38º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516548 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 72 -
CMYK 0.20 0 0.29 0.60
HSL 101.38º 0.17% 0.34% -
HSV(B) 101.38º 0.29% 0.4% -
XYZ 9.22 11.52 7.87 -
YUV 91.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 81 101 72 0.20 0 0.29 0.60 101.38 0.17 0.34
Hex 51 65 48 14 0 1D 3C 65 11 22
Octal 121 145 110 24 0 35 74 145 21 42
Binary 1010001 1100101 1001000 10100 0 11101 111100 1100101 10001 100010

Color Harmonies of #516548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516548

Black with #516548

Text Example


Text Example

White with #516548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516548; }

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

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

background-color css

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

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

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

border-color css

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

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

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