#493D41

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

Shades of Jon #493D41

Tints of Jon #493D41

Color information

#493D41 (or 0x493D41) is unknown color: approx Jon. HEX triplet: 49, 3D and 41. RGB value is (73,61,65). Sum of RGB (Red+Green+Blue) = 73+61+65=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #493D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D41 is #B6C2BE. Grayscale: #414141. Windows color (decimal): -11977407 or 4275529. OLE color: 4275529.

HSL color Cylindrical-coordinate representation of color #493D41: hue angle of 340º 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 #493D41 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB736165-
CMYK00.160.110.71
HSL340º8.96%26.27%-
HSV(B)340º16.44%28.63%-
XYZ5.375.145.71-
YUV65.04127.98133.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=36.68%
G=30.65%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73616500.160.110.713408.9626.27
Hex493D41010B4715491a
Octal11175101020131075241132
Binary1001001111101100000101000010111000111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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