#4D403E

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

Shades of Crater Brown #4D403E

Tints of Crater Brown #4D403E

Color information

#4D403E (or 0x4D403E) is unknown color: approx Crater Brown. HEX triplet: 4D, 40 and 3E. RGB value is (77,64,62). Sum of RGB (Red+Green+Blue) = 77+64+62=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D403E is #B2BFC1. Grayscale: #434343. Windows color (decimal): -11714498 or 4079693. OLE color: 4079693.

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

Color convert

RGB776462-
CMYK00.170.190.70
HSL10.79%27.25%-
HSV(B)19.48%30.2%-
XYZ5.765.595.33-
YUV67.66124.81134.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.93%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=37.93%
G=31.53%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77646200.170.190.70810.7927.25
Hex4D403E01113468b1b
Octal1151007602123106101333
Binary100110110000001111100100011001110001101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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