#4D413E

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

Shades of Crater Brown #4D413E

Tints of Crater Brown #4D413E

Color information

#4D413E (or 0x4D413E) is unknown color: approx Crater Brown. HEX triplet: 4D, 41 and 3E. RGB value is (77,65,62). Sum of RGB (Red+Green+Blue) = 77+65+62=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D413E is #B2BEC1. Grayscale: #444444. Windows color (decimal): -11714242 or 4079949. OLE color: 4079949.

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

Color convert

RGB776562-
CMYK00.160.190.70
HSL12º10.79%27.25%-
HSV(B)12º19.48%30.2%-
XYZ5.825.715.35-
YUV68.25124.48134.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.75%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=37.75%
G=31.86%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77656200.160.190.701210.7927.25
Hex4D413E0101346cb1b
Octal1151017602023106141333
Binary100110110000011111100100001001110001101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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