#4D4241

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

Shades of Crater Brown #4D4241

Tints of Crater Brown #4D4241

Color information

#4D4241 (or 0x4D4241) is unknown color: approx Crater Brown. HEX triplet: 4D, 42 and 41. RGB value is (77,66,65). Sum of RGB (Red+Green+Blue) = 77+66+65=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4241 is #B2BDBE. Grayscale: #454545. Windows color (decimal): -11713983 or 4276813. OLE color: 4276813.

HSL color Cylindrical-coordinate representation of color #4D4241: hue angle of 5º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D4241 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB776665-
CMYK00.140.160.70
HSL8.45%27.84%-
HSV(B)15.58%30.2%-
XYZ5.965.865.82-
YUV69.18125.64133.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.02%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=37.02%
G=31.73%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77666500.140.160.7058.4527.84
Hex4D42410E1046581c
Octal1151021010162010651034
Binary10011011000010100000101110100001000110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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