#514F4C

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

Shades of Masala #514F4C

Tints of Masala #514F4C

Color information

#514F4C (or 0x514F4C) is unknown color: approx Masala. HEX triplet: 51, 4F and 4C. RGB value is (81,79,76). Sum of RGB (Red+Green+Blue) = 81+79+76=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 81 - color contains mainly: red. Hex color #514F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F4C is #AEB0B3. Grayscale: #4F4F4F. Windows color (decimal): -11448500 or 5001041. OLE color: 5001041.

HSL color Cylindrical-coordinate representation of color #514F4C: hue angle of 36º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #514F4C is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB817976-
CMYK00.020.060.68
HSL36º3.18%30.78%-
HSV(B)36º6.17%31.76%-
XYZ7.497.867.96-
YUV79.26126.16129.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=34.32%
G=33.47%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81797600.020.060.68363.1830.78
Hex514F4C026442431f
Octal12111711402610444337
Binary10100011001111100110001011010001001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F4C; }

 p { color: rgb(81,79,76); }

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

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

 a { background-color: rgb(81,79,76); }

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

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

 span { border-color: rgb(81,79,76); }

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