Html Css Color HEX #4E3D41 Jon

📋 copy color: '#4E3D41'

red 78 ◦ green 61 ◦ blue 65

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

Shades of Jon #4E3D41

Tints of Jon #4E3D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 38.24%
G = 29.9%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E3D41 (or 0x4E3D41) is known color: Jon. HEX triplet: 4E, 3D and 41. RGB value is (78,61,65). Sum of RGB (Red+Green+Blue) = 78+61+65=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D41 is #B1C2BE. Grayscale: #424242. Windows color (decimal): -11649727 or 4275534. OLE color: 4275534.

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

Color convert

RGB 78 61 65 -
CMYK 0 0.22 0.17 0.69
HSL 345.88º 0.12% 0.27% -
HSV(B) 345.88º 0.22% 0.31% -
XYZ 5.76 5.34 5.73 -
YUV 66.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 78 61 65 0 0.22 0.17 0.69 345.88 0.12 0.27
Hex 4E 3D 41 0 16 11 45 15A C 1B
Octal 116 75 101 0 26 21 105 532 14 33
Binary 1001110 111101 1000001 0 10110 10001 1000101 101011010 1100 11011

Color Harmonies of #4E3D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3D41

Black with #4E3D41

Text Example


Text Example

White with #4E3D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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