Html Css Color HEX #4D4241 Crater Brown

📋 copy color: '#4D4241'

red 77 ◦ green 66 ◦ blue 65

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

Shades of Crater Brown #4D4241

Tints of Crater Brown #4D4241

RGB

 RED value IS 77 (30.47% from 255) = 37.02%

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 37.02%
G = 31.73%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D4241 (or 0x4D4241) is known color: Crater Brown. HEX triplet: 4D, 42 and 41. RGB value is (77,66,65). Sum of RGB (Red+Green+Blue) = 77+66+65=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4241 is #B2BDBE. Grayscale: #454545. Windows color (decimal): -11713983 or 4276813. OLE color: 4276813.

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

Color convert

RGB 77 66 65 -
CMYK 0 0.14 0.16 0.70
HSL 0.08% 0.28% -
HSV(B) 0.16% 0.3% -
XYZ 5.96 5.86 5.82 -
YUV 69.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 77 66 65 0 0.14 0.16 0.70 5 0.08 0.28
Hex 4D 42 41 0 E 10 46 5 8 1C
Octal 115 102 101 0 16 20 106 5 10 34
Binary 1001101 1000010 1000001 0 1110 10000 1000110 101 1000 11100

Color Harmonies of #4D4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4241

Black with #4D4241

Text Example


Text Example

White with #4D4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4241;
 }
 .AnyTagClassName
 {
   color: #4D4241;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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