#506544

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

Shades of Tom Thumb #506544

Tints of Tom Thumb #506544

Color information

#506544 (or 0x506544) is unknown color: approx Tom Thumb. HEX triplet: 50, 65 and 44. RGB value is (80,101,68). Sum of RGB (Red+Green+Blue) = 80+101+68=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #506544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506544 is #AF9ABB. Grayscale: #5B5B5B. Windows color (decimal): -11508412 or 4482384. OLE color: 4482384.

HSL color Cylindrical-coordinate representation of color #506544: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506544 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB8010168-
CMYK0.2100.330.60
HSL98.18º19.53%33.14%-
HSV(B)98.18º32.67%39.61%-
XYZ9.0111.437.2-
YUV90.96115.04120.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=32.13%
G=40.56%
B=27.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101680.2100.330.6098.1819.5333.14
Hex506544150213C621421
Octal12014510425041741422441
Binary101000011001011000100101010100001111100110001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506544; }

 p { color: rgb(80,101,68); }

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

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

 a { background-color: rgb(80,101,68); }

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

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

 span { border-color: rgb(80,101,68); }

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