#4E3E3F

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

Shades of Jon #4E3E3F

Tints of Jon #4E3E3F

Color information

#4E3E3F (or 0x4E3E3F) is unknown color: approx Jon. HEX triplet: 4E, 3E and 3F. RGB value is (78,62,63). Sum of RGB (Red+Green+Blue) = 78+62+63=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E3F is #B1C1C0. Grayscale: #424242. Windows color (decimal): -11649473 or 4144718. OLE color: 4144718.

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

Color convert

RGB786263-
CMYK00.210.190.69
HSL356.25º11.43%27.45%-
HSV(B)356.25º20.51%30.59%-
XYZ5.765.425.45-
YUV66.9125.8135.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 63 (25% from 255) = 31.03%
R=38.42%
G=30.54%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78626300.210.190.69356.2511.4327.45
Hex4E3E3F0151345164b1b
Octal1167677025231055441333
Binary1001110111110111111010101100111000101101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,62,63); }

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

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

 a { background-color: rgb(78,62,63); }

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

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

 span { border-color: rgb(78,62,63); }

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