#46593F

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

Shades of Tom Thumb #46593F

Tints of Tom Thumb #46593F

Color information

#46593F (or 0x46593F) is unknown color: approx Tom Thumb. HEX triplet: 46, 59 and 3F. RGB value is (70,89,63). Sum of RGB (Red+Green+Blue) = 70+89+63=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #46593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46593F is #B9A6C0. Grayscale: #505050. Windows color (decimal): -12166849 or 4151622. OLE color: 4151622.

HSL color Cylindrical-coordinate representation of color #46593F: hue angle of 103.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46593F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB708963-
CMYK0.2100.290.65
HSL103.85º17.11%29.8%-
HSV(B)103.85º29.21%34.9%-
XYZ78.816.03-
YUV80.36118.21120.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 63 (25% from 255) = 28.38%
R=31.53%
G=40.09%
B=28.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089630.2100.290.65103.8517.1129.8
Hex46593F1501D4168111e
Octal10613177250351011502136
Binary1000110101100111111110101011101100000111010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46593F; }

 p { color: rgb(70,89,63); }

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

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

 a { background-color: rgb(70,89,63); }

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

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

 span { border-color: rgb(70,89,63); }

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