#4E4241

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

Shades of Crater Brown #4E4241

Tints of Crater Brown #4E4241

Color information

#4E4241 (or 0x4E4241) is unknown color: approx Crater Brown. HEX triplet: 4E, 42 and 41. RGB value is (78,66,65). Sum of RGB (Red+Green+Blue) = 78+66+65=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4241 is #B1BDBE. Grayscale: #454545. Windows color (decimal): -11648447 or 4276814. OLE color: 4276814.

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

Color convert

RGB786665-
CMYK00.150.170.69
HSL4.62º9.09%28.04%-
HSV(B)4.62º16.67%30.59%-
XYZ6.045.95.82-
YUV69.47125.48134.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=37.32%
G=31.58%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78666500.150.170.694.629.0928.04
Hex4E42410F1145591c
Octal1161021010172110551134
Binary10011101000010100000101111100011000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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