Html Css Color HEX #4D4140 Crater Brown

📋 copy color: '#4D4140'

red 77 ◦ green 65 ◦ blue 64

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

Shades of Crater Brown #4D4140

Tints of Crater Brown #4D4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 37.38%
G = 31.55%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4140 (or 0x4D4140) is known color: Crater Brown. HEX triplet: 4D, 41 and 40. RGB value is (77,65,64). Sum of RGB (Red+Green+Blue) = 77+65+64=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4140 is #B2BEBF. Grayscale: #444444. Windows color (decimal): -11714240 or 4211021. OLE color: 4211021.

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

Color convert

RGB 77 65 64 -
CMYK 0 0.16 0.17 0.70
HSL 4.62º 0.09% 0.28% -
HSV(B) 4.62º 0.17% 0.3% -
XYZ 5.88 5.73 5.65 -
YUV 68.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 77 65 64 0 0.16 0.17 0.70 4.62 0.09 0.28
Hex 4D 41 40 0 10 11 46 5 9 1C
Octal 115 101 100 0 20 21 106 5 11 34
Binary 1001101 1000001 1000000 0 10000 10001 1000110 101 1001 11100

Color Harmonies of #4D4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4140

Black with #4D4140

Text Example


Text Example

White with #4D4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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