#4D413F

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

Shades of Crater Brown #4D413F

Tints of Crater Brown #4D413F

Color information

#4D413F (or 0x4D413F) is unknown color: approx Crater Brown. HEX triplet: 4D, 41 and 3F. RGB value is (77,65,63). Sum of RGB (Red+Green+Blue) = 77+65+63=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D413F is #B2BEC0. Grayscale: #444444. Windows color (decimal): -11714241 or 4145485. OLE color: 4145485.

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

Color convert

RGB776563-
CMYK00.160.180.70
HSL8.57º10%27.45%-
HSV(B)8.57º18.18%30.2%-
XYZ5.855.725.5-
YUV68.36124.98134.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 63 (25% from 255) = 30.73%
R=37.56%
G=31.71%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77656300.160.180.708.571027.45
Hex4D413F01012469a1b
Octal1151017702022106111233
Binary100110110000011111110100001001010001101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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