#4D4544

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

Shades of Crater Brown #4D4544

Tints of Crater Brown #4D4544

Color information

#4D4544 (or 0x4D4544) is unknown color: approx Crater Brown. HEX triplet: 4D, 45 and 44. RGB value is (77,69,68). Sum of RGB (Red+Green+Blue) = 77+69+68=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4544 is #B2BABB. Grayscale: #474747. Windows color (decimal): -11713212 or 4474189. OLE color: 4474189.

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

Color convert

RGB776968-
CMYK00.100.120.70
HSL6.67º6.21%28.43%-
HSV(B)6.67º11.69%30.2%-
XYZ6.236.256.35-
YUV71.28126.15132.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.98%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=35.98%
G=32.24%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77696800.100.120.706.676.2128.43
Hex4D45440AC46761c
Octal115105104012141067634
Binary100110110001011000100010101100100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,68); }

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

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

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

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

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

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

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