#54514C

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

Shades of Masala #54514C

Tints of Masala #54514C

Color information

#54514C (or 0x54514C) is unknown color: approx Masala. HEX triplet: 54, 51 and 4C. RGB value is (84,81,76). Sum of RGB (Red+Green+Blue) = 84+81+76=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #54514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54514C is #ABAEB3. Grayscale: #515151. Windows color (decimal): -11251380 or 5001556. OLE color: 5001556.

HSL color Cylindrical-coordinate representation of color #54514C: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #54514C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB848176-
CMYK00.040.100.67
HSL37.5º5%31.37%-
HSV(B)37.5º9.52%32.94%-
XYZ7.98.298.02-
YUV81.33124.99129.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=34.85%
G=33.61%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84817600.040.100.6737.5531.37
Hex54514C04A432651f
Octal124121114041210346537
Binary10101001010001100110001001010100001110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54514C; }

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

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

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

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

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

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

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

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