#4E4240

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

Shades of Crater Brown #4E4240

Tints of Crater Brown #4E4240

Color information

#4E4240 (or 0x4E4240) is unknown color: approx Crater Brown. HEX triplet: 4E, 42 and 40. RGB value is (78,66,64). Sum of RGB (Red+Green+Blue) = 78+66+64=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4240 is #B1BDBF. Grayscale: #454545. Windows color (decimal): -11648448 or 4211278. OLE color: 4211278.

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

Color convert

RGB786664-
CMYK00.150.180.69
HSL8.57º9.86%27.84%-
HSV(B)8.57º17.95%30.59%-
XYZ6.025.895.67-
YUV69.36124.98134.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=37.5%
G=31.73%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78666400.150.180.698.579.8627.84
Hex4E42400F12459a1c
Octal11610210001722105111234
Binary100111010000101000000011111001010001011001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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