#4E3A40

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

Shades of Jon #4E3A40

Tints of Jon #4E3A40

Color information

#4E3A40 (or 0x4E3A40) is unknown color: approx Jon. HEX triplet: 4E, 3A and 40. RGB value is (78,58,64). Sum of RGB (Red+Green+Blue) = 78+58+64=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A40 is #B1C5BF. Grayscale: #404040. Windows color (decimal): -11650496 or 4209230. OLE color: 4209230.

HSL color Cylindrical-coordinate representation of color #4E3A40: hue angle of 342º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E3A40 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB785864-
CMYK00.260.180.69
HSL342º14.71%26.67%-
HSV(B)342º25.64%30.59%-
XYZ5.585.025.52-
YUV64.66127.63137.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 64 (25.39% from 255) = 32%
R=39%
G=29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78586400.260.180.6934214.7126.67
Hex4E3A4001A1245156f1b
Octal11672100032221055261733
Binary10011101110101000000011010100101000101101010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3A40; }

 p { color: rgb(78,58,64); }

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

<style>
 a { background-color: #4E3A40; }

 a { background-color: rgb(78,58,64); }

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

<style>
 span { border-color: #4E3A40; }

 span { border-color: rgb(78,58,64); }

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