#54514B

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

Shades of Masala #54514B

Tints of Masala #54514B

Color information

#54514B (or 0x54514B) is unknown color: approx Masala. HEX triplet: 54, 51 and 4B. RGB value is (84,81,75). Sum of RGB (Red+Green+Blue) = 84+81+75=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #54514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54514B is #ABAEB4. Grayscale: #515151. Windows color (decimal): -11251381 or 4936020. OLE color: 4936020.

HSL color Cylindrical-coordinate representation of color #54514B: hue angle of 40º 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 #54514B is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB848175-
CMYK00.040.110.67
HSL40º5.66%31.18%-
HSV(B)40º10.71%32.94%-
XYZ7.878.287.84-
YUV81.21124.49129.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=35%
G=33.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84817500.040.110.67405.6631.18
Hex54514B04B432861f
Octal124121113041310350637
Binary10101001010001100101101001011100001110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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