#4D5045

Color #4D5045 Gravel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gravel #4D5045

Tints of Gravel #4D5045

Color information

#4D5045 (or 0x4D5045) is unknown color: approx Gravel. HEX triplet: 4D, 50 and 45. RGB value is (77,80,69). Sum of RGB (Red+Green+Blue) = 77+80+69=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5045 is #B2AFBA. Grayscale: #4D4D4D. Windows color (decimal): -11710395 or 4542541. OLE color: 4542541.

HSL color Cylindrical-coordinate representation of color #4D5045: hue angle of 76.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D5045 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB778069-
CMYK0.0400.140.69
HSL76.36º7.38%29.22%-
HSV(B)76.36º13.75%31.37%-
XYZ77.746.76-
YUV77.85123.01127.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=34.07%
G=35.40%
B=30.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780690.0400.140.6976.367.3829.22
Hex4D504540E454c71d
Octal1151201054016105114735
Binary100110110100001000101100011101000101100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,69); }

 H1.HeaderClassName
 {
   color: #4D5045;
 }
 .AnyTagClassName
 {
   color: #4D5045;
 }
</style>
background-color css

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

 a { background-color: rgb(77,80,69); }

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

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

 span { border-color: rgb(77,80,69); }

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