#4E383A

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

Shades of Jon #4E383A

Tints of Jon #4E383A

Color information

#4E383A (or 0x4E383A) is unknown color: approx Jon. HEX triplet: 4E, 38 and 3A. RGB value is (78,56,58). Sum of RGB (Red+Green+Blue) = 78+56+58=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E383A is #B1C7C5. Grayscale: #3E3E3E. Windows color (decimal): -11651014 or 3815502. OLE color: 3815502.

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

Color convert

RGB785658-
CMYK00.280.260.69
HSL354.55º16.42%26.27%-
HSV(B)354.55º28.21%30.59%-
XYZ5.324.754.64-
YUV62.81125.29138.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=40.62%
G=29.17%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78565800.280.260.69354.5516.4226.27
Hex4E383A01C1A45163101a
Octal1167072034321055432032
Binary10011101110001110100111001101010001011011000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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