Html Css Color HEX #4D4644 Crater Brown

📋 copy color: '#4D4644'

red 77 ◦ green 70 ◦ blue 68

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

Shades of Crater Brown #4D4644

Tints of Crater Brown #4D4644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 35.81%
G = 32.56%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D4644 (or 0x4D4644) is known color: Crater Brown. HEX triplet: 4D, 46 and 44. RGB value is (77,70,68). Sum of RGB (Red+Green+Blue) = 77+70+68=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4644 is #B2B9BB. Grayscale: #474747. Windows color (decimal): -11712956 or 4474445. OLE color: 4474445.

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

Color convert

RGB 77 70 68 -
CMYK 0 0.09 0.12 0.70
HSL 13.33º 0.06% 0.28% -
HSV(B) 13.33º 0.12% 0.3% -
XYZ 6.29 6.38 6.37 -
YUV 71.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 77 70 68 0 0.09 0.12 0.70 13.33 0.06 0.28
Hex 4D 46 44 0 9 C 46 D 6 1C
Octal 115 106 104 0 11 14 106 15 6 34
Binary 1001101 1000110 1000100 0 1001 1100 1000110 1101 110 11100

Color Harmonies of #4D4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4644

Black with #4D4644

Text Example


Text Example

White with #4D4644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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