Html Css Color HEX #4E393A Jon

📋 copy color: '#4E393A'

red 78 ◦ green 57 ◦ blue 58

#4E393A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #4E393A

Tints of Jon #4E393A

RGB

 RED value IS 78 (30.86% from 255) = 40.41%

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 40.41%
G = 29.53%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#4E393A (or 0x4E393A) is known color: Jon. HEX triplet: 4E, 39 and 3A. RGB value is (78,57,58). Sum of RGB (Red+Green+Blue) = 78+57+58=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E393A is #B1C6C5. Grayscale: #3F3F3F. Windows color (decimal): -11650758 or 3815758. OLE color: 3815758.

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

Color convert

RGB 78 57 58 -
CMYK 0 0.27 0.26 0.69
HSL 357.14º 0.16% 0.26% -
HSV(B) 357.14º 0.27% 0.31% -
XYZ 5.37 4.85 4.66 -
YUV 63.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 78 57 58 0 0.27 0.26 0.69 357.14 0.16 0.26
Hex 4E 39 3A 0 1B 1A 45 165 10 1A
Octal 116 71 72 0 33 32 105 545 20 32
Binary 1001110 111001 111010 0 11011 11010 1000101 101100101 10000 11010

Color Harmonies of #4E393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E393A

Black with #4E393A

Text Example


Text Example

White with #4E393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E393A;
 }
 .AnyTagClassName
 {
   color: #4E393A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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