#493C40

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

Shades of Jon #493C40

Tints of Jon #493C40

Color information

#493C40 (or 0x493C40) is unknown color: approx Jon. HEX triplet: 49, 3C and 40. RGB value is (73,60,64). Sum of RGB (Red+Green+Blue) = 73+60+64=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #493C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C40 is #B6C3BF. Grayscale: #404040. Windows color (decimal): -11977664 or 4209737. OLE color: 4209737.

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

Color convert

RGB736064-
CMYK00.180.120.71
HSL341.54º9.77%26.08%-
HSV(B)341.54º17.81%28.63%-
XYZ5.295.025.54-
YUV64.34127.81134.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=37.06%
G=30.46%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73606400.180.120.71341.549.7726.08
Hex493C40012C47156a1a
Octal11174100022141075261232
Binary1001001111100100000001001011001000111101010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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