#515349

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

Shades of Gravel #515349

Tints of Gravel #515349

Color information

#515349 (or 0x515349) is unknown color: approx Gravel. HEX triplet: 51, 53 and 49. RGB value is (81,83,73). Sum of RGB (Red+Green+Blue) = 81+83+73=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #515349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515349 is #AEACB6. Grayscale: #515151. Windows color (decimal): -11447479 or 4805457. OLE color: 4805457.

HSL color Cylindrical-coordinate representation of color #515349: hue angle of 72º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #515349 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB818373-
CMYK0.0200.120.67
HSL72º6.41%30.59%-
HSV(B)72º12.05%32.55%-
XYZ7.698.427.52-
YUV81.26123.34127.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=34.18%
G=35.02%
B=30.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183730.0200.120.67726.4130.59
Hex51534920C434861f
Octal1211231112014103110637
Binary10100011010011100100110011001000011100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515349; }

 p { color: rgb(81,83,73); }

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

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

 a { background-color: rgb(81,83,73); }

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

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

 span { border-color: rgb(81,83,73); }

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