#4D3F3F

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

Shades of Crater Brown #4D3F3F

Tints of Crater Brown #4D3F3F

Color information

#4D3F3F (or 0x4D3F3F) is unknown color: approx Crater Brown. HEX triplet: 4D, 3F and 3F. RGB value is (77,63,63). Sum of RGB (Red+Green+Blue) = 77+63+63=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F3F is #B2C0C0. Grayscale: #434343. Windows color (decimal): -11714753 or 4144973. OLE color: 4144973.

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

Color convert

RGB776363-
CMYK00.180.180.70
HSL10%27.45%-
HSV(B)18.18%30.2%-
XYZ5.745.495.46-
YUV67.19125.64135-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.93%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 63 (25% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77636300.180.180.7001027.45
Hex4D3F3F01212460a1b
Octal11577770222210601233
Binary10011011111111111110100101001010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,63,63); }

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

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

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

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

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

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

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