Html Css Color HEX #4D4342 Crater Brown

📋 copy color: '#4D4342'

red 77 ◦ green 67 ◦ blue 66

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

Shades of Crater Brown #4D4342

Tints of Crater Brown #4D4342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 36.67%
G = 31.9%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4D4342 (or 0x4D4342) is known color: Crater Brown. HEX triplet: 4D, 43 and 42. RGB value is (77,67,66). Sum of RGB (Red+Green+Blue) = 77+67+66=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4342 is #B2BCBD. Grayscale: #454545. Windows color (decimal): -11713726 or 4342605. OLE color: 4342605.

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

Color convert

RGB 77 67 66 -
CMYK 0 0.13 0.14 0.70
HSL 5.45º 0.08% 0.28% -
HSV(B) 5.45º 0.14% 0.3% -
XYZ 6.05 5.99 5.99 -
YUV 69.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 77 67 66 0 0.13 0.14 0.70 5.45 0.08 0.28
Hex 4D 43 42 0 D E 46 5 8 1C
Octal 115 103 102 0 15 16 106 5 10 34
Binary 1001101 1000011 1000010 0 1101 1110 1000110 101 1000 11100

Color Harmonies of #4D4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4342

Black with #4D4342

Text Example


Text Example

White with #4D4342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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