Html Css Color HEX #4D4948 Crater Brown

📋 copy color: '#4D4948'

red 77 ◦ green 73 ◦ blue 72

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

Shades of Crater Brown #4D4948

Tints of Crater Brown #4D4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 34.68%
G = 32.88%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D4948 (or 0x4D4948) is known color: Crater Brown. HEX triplet: 4D, 49 and 48. RGB value is (77,73,72). Sum of RGB (Red+Green+Blue) = 77+73+72=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4948 is #B2B6B7. Grayscale: #4A4A4A. Windows color (decimal): -11712184 or 4737357. OLE color: 4737357.

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

Color convert

RGB 77 73 72 -
CMYK 0 0.05 0.06 0.70
HSL 12º 0.03% 0.29% -
HSV(B) 12º 0.06% 0.3% -
XYZ 6.61 6.81 7.1 -
YUV 74.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 77 73 72 0 0.05 0.06 0.70 12 0.03 0.29
Hex 4D 49 48 0 5 6 46 C 3 1D
Octal 115 111 110 0 5 6 106 14 3 35
Binary 1001101 1001001 1001000 0 101 110 1000110 1100 11 11101

Color Harmonies of #4D4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4948

Black with #4D4948

Text Example


Text Example

White with #4D4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,72); }

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

background-color css

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

 a { background-color: rgb(77,73,72); }

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

border-color css

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

 span { border-color: rgb(77,73,72); }

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