#493F40

Color #493F40 Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #493F40

Tints of Jon #493F40

Color information

#493F40 (or 0x493F40) is unknown color: approx Jon. HEX triplet: 49, 3F and 40. RGB value is (73,63,64). Sum of RGB (Red+Green+Blue) = 73+63+64=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #493F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F40 is #B6C0BF. Grayscale: #424242. Windows color (decimal): -11976896 or 4210505. OLE color: 4210505.

HSL color Cylindrical-coordinate representation of color #493F40: hue angle of 354º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #493F40 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB736364-
CMYK00.140.120.71
HSL354º7.35%26.67%-
HSV(B)354º13.7%28.63%-
XYZ5.455.345.59-
YUV66.1126.81132.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=36.5%
G=31.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73636400.140.120.713547.3526.67
Hex493F400EC4716271b
Octal1117710001614107542733
Binary10010011111111000000011101100100011110110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F40; }

 p { color: rgb(73,63,64); }

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

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

 a { background-color: rgb(73,63,64); }

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

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

 span { border-color: rgb(73,63,64); }

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