Html Css Color HEX #515349 Gravel

📋 copy color: '#515349'

red 81 ◦ green 83 ◦ blue 73

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

Shades of Gravel #515349

Tints of Gravel #515349

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.8%

R = 34.18%
G = 35.02%
B = 30.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#515349 (or 0x515349) is known color: 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

RGB 81 83 73 -
CMYK 0.02 0 0.12 0.67
HSL 72º 0.06% 0.31% -
HSV(B) 72º 0.12% 0.33% -
XYZ 7.69 8.42 7.52 -
YUV 81.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 81 83 73 0.02 0 0.12 0.67 72 0.06 0.31
Hex 51 53 49 2 0 C 43 48 6 1F
Octal 121 123 111 2 0 14 103 110 6 37
Binary 1010001 1010011 1001001 10 0 1100 1000011 1001000 110 11111

Color Harmonies of #515349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515349

Black with #515349

Text Example


Text Example

White with #515349

Text Example


Text Example

HTML Codes & Css Web 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>