Html Css Color HEX #4D4544 Crater Brown

📋 copy color: '#4D4544'

red 77 ◦ green 69 ◦ blue 68

#4D4544
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #4D4544

Tints of Crater Brown #4D4544

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 value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D4544 (or 0x4D4544) is known color: 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

RGB 77 69 68 -
CMYK 0 0.10 0.12 0.70
HSL 6.67º 0.06% 0.28% -
HSV(B) 6.67º 0.12% 0.3% -
XYZ 6.23 6.25 6.35 -
YUV 71.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 77 69 68 0 0.10 0.12 0.70 6.67 0.06 0.28
Hex 4D 45 44 0 A C 46 7 6 1C
Octal 115 105 104 0 12 14 106 7 6 34
Binary 1001101 1000101 1000100 0 1010 1100 1000110 111 110 11100

Color Harmonies of #4D4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4544

Black with #4D4544

Text Example


Text Example

White with #4D4544

Text Example


Text Example

HTML Codes & Css Web 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>