#51604B

Color #51604B Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #51604B

Tints of Tom Thumb #51604B

Color information

#51604B (or 0x51604B) is unknown color: approx Tom Thumb. HEX triplet: 51, 60 and 4B. RGB value is (81,96,75). Sum of RGB (Red+Green+Blue) = 81+96+75=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #51604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51604B is #AE9FB4. Grayscale: #595959. Windows color (decimal): -11444149 or 4939857. OLE color: 4939857.

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

Color convert

RGB819675-
CMYK0.1600.220.62
HSL102.86º12.28%33.53%-
HSV(B)102.86º21.88%37.65%-
XYZ8.8510.628.24-
YUV89.12120.03122.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=32.14%
G=38.10%
B=29.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196750.1600.220.62102.8612.2833.53
Hex51604B100163E67c22
Octal12114011320026761471442
Binary1010001110000010010111000001011011111011001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51604B;
 }
 .AnyTagClassName
 {
   color: #51604B;
 }
</style>
background-color css

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

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

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

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

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

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