#4E4140

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

Shades of Crater Brown #4E4140

Tints of Crater Brown #4E4140

Color information

#4E4140 (or 0x4E4140) is unknown color: approx Crater Brown. HEX triplet: 4E, 41 and 40. RGB value is (78,65,64). Sum of RGB (Red+Green+Blue) = 78+65+64=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4140 is #B1BEBF. Grayscale: #444444. Windows color (decimal): -11648704 or 4211022. OLE color: 4211022.

HSL color Cylindrical-coordinate representation of color #4E4140: hue angle of 4.29º 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 #4E4140 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB786564-
CMYK00.170.180.69
HSL4.29º9.86%27.84%-
HSV(B)4.29º17.95%30.59%-
XYZ5.965.775.65-
YUV68.77125.31134.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=37.68%
G=31.40%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78656400.170.180.694.299.8627.84
Hex4E414001112454a1c
Octal1161011000212210541234
Binary100111010000011000000010001100101000101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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