#493D40

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

Shades of Jon #493D40

Tints of Jon #493D40

Color information

#493D40 (or 0x493D40) is unknown color: approx Jon. HEX triplet: 49, 3D and 40. RGB value is (73,61,64). Sum of RGB (Red+Green+Blue) = 73+61+64=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #493D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D40 is #B6C2BF. Grayscale: #404040. Windows color (decimal): -11977408 or 4209993. OLE color: 4209993.

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

Color convert

RGB736164-
CMYK00.160.120.71
HSL345º8.96%26.27%-
HSV(B)345º16.44%28.63%-
XYZ5.345.125.56-
YUV64.93127.48133.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=36.87%
G=30.81%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73616400.160.120.713458.9626.27
Hex493D40010C4715991a
Octal11175100020141075311132
Binary1001001111101100000001000011001000111101011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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