Html Css Color HEX #51604D Tom Thumb

📋 copy color: '#51604D'

red 81 ◦ green 96 ◦ blue 77

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

Shades of Tom Thumb #51604D

Tints of Tom Thumb #51604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 31.89%
G = 37.8%
B = 30.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#51604D (or 0x51604D) is known color: Tom Thumb. HEX triplet: 51, 60 and 4D. RGB value is (81,96,77). Sum of RGB (Red+Green+Blue) = 81+96+77=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #51604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51604D is #AE9FB2. Grayscale: #595959. Windows color (decimal): -11444147 or 5070929. OLE color: 5070929.

HSL color Cylindrical-coordinate representation of color #51604D: hue angle of 107.37º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51604D is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 77 -
CMYK 0.16 0 0.20 0.62
HSL 107.37º 0.11% 0.34% -
HSV(B) 107.37º 0.2% 0.38% -
XYZ 8.92 10.65 8.61 -
YUV 89.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 81 96 77 0.16 0 0.20 0.62 107.37 0.11 0.34
Hex 51 60 4D 10 0 14 3E 6B B 22
Octal 121 140 115 20 0 24 76 153 13 42
Binary 1010001 1100000 1001101 10000 0 10100 111110 1101011 1011 100010

Color Harmonies of #51604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51604D

Black with #51604D

Text Example


Text Example

White with #51604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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