Html Css Color HEX #4D5141 Gravel

📋 copy color: '#4D5141'

red 77 ◦ green 81 ◦ blue 65

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

Shades of Gravel #4D5141

Tints of Gravel #4D5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

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

R = 34.53%
G = 36.32%
B = 29.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#4D5141 (or 0x4D5141) is known color: Gravel. HEX triplet: 4D, 51 and 41. RGB value is (77,81,65). Sum of RGB (Red+Green+Blue) = 77+81+65=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5141 is #B2AEBE. Grayscale: #4E4E4E. Windows color (decimal): -11710143 or 4280653. OLE color: 4280653.

HSL color Cylindrical-coordinate representation of color #4D5141: hue angle of 75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5141 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 81 65 -
CMYK 0.05 0 0.20 0.68
HSL 75º 0.11% 0.29% -
HSV(B) 75º 0.2% 0.32% -
XYZ 6.96 7.84 6.15 -
YUV 77.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 77 81 65 0.05 0 0.20 0.68 75 0.11 0.29
Hex 4D 51 41 5 0 14 44 4B B 1D
Octal 115 121 101 5 0 24 104 113 13 35
Binary 1001101 1010001 1000001 101 0 10100 1000100 1001011 1011 11101

Color Harmonies of #4D5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5141

Black with #4D5141

Text Example


Text Example

White with #4D5141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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