#4D403F

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

Shades of Crater Brown #4D403F

Tints of Crater Brown #4D403F

Color information

#4D403F (or 0x4D403F) is unknown color: approx Crater Brown. HEX triplet: 4D, 40 and 3F. RGB value is (77,64,63). Sum of RGB (Red+Green+Blue) = 77+64+63=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D403F is #B2BFC0. Grayscale: #434343. Windows color (decimal): -11714497 or 4145229. OLE color: 4145229.

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

Color convert

RGB776463-
CMYK00.170.180.70
HSL4.29º10%27.45%-
HSV(B)4.29º18.18%30.2%-
XYZ5.795.65.48-
YUV67.77125.31134.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.75%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 63 (25% from 255) = 30.88%
R=37.75%
G=31.37%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77646300.170.180.704.291027.45
Hex4D403F01112464a1b
Octal115100770212210641233
Binary10011011000000111111010001100101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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