#4E423F

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

Shades of Crater Brown #4E423F

Tints of Crater Brown #4E423F

Color information

#4E423F (or 0x4E423F) is unknown color: approx Crater Brown. HEX triplet: 4E, 42 and 3F. RGB value is (78,66,63). Sum of RGB (Red+Green+Blue) = 78+66+63=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E423F is #B1BDC0. Grayscale: #454545. Windows color (decimal): -11648449 or 4145742. OLE color: 4145742.

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

Color convert

RGB786663-
CMYK00.150.190.69
HSL12º10.64%27.65%-
HSV(B)12º19.23%30.59%-
XYZ5.995.885.52-
YUV69.25124.48134.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 63 (25% from 255) = 30.43%
R=37.68%
G=31.88%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78666300.150.190.691210.6427.65
Hex4E423F0F1345cb1c
Octal1161027701723105141334
Binary10011101000010111111011111001110001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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