#51534A

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

Shades of Gravel #51534A

Tints of Gravel #51534A

Color information

#51534A (or 0x51534A) is unknown color: approx Gravel. HEX triplet: 51, 53 and 4A. RGB value is (81,83,74). Sum of RGB (Red+Green+Blue) = 81+83+74=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #51534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51534A is #AEACB5. Grayscale: #515151. Windows color (decimal): -11447478 or 4870993. OLE color: 4870993.

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

Color convert

RGB818374-
CMYK0.0200.110.67
HSL73.33º5.73%30.78%-
HSV(B)73.33º10.84%32.55%-
XYZ7.728.437.7-
YUV81.38123.84127.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=34.03%
G=34.87%
B=31.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183740.0200.110.6773.335.7330.78
Hex51534A20B434961f
Octal1211231122013103111637
Binary10100011010011100101010010111000011100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51534A; }

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

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

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

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

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

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

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

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