#585449

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

Shades of Masala #585449

Tints of Masala #585449

Color information

#585449 (or 0x585449) is unknown color: approx Masala. HEX triplet: 58, 54 and 49. RGB value is (88,84,73). Sum of RGB (Red+Green+Blue) = 88+84+73=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #585449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585449 is #A7ABB6. Grayscale: #535353. Windows color (decimal): -10988471 or 4805720. OLE color: 4805720.

HSL color Cylindrical-coordinate representation of color #585449: hue angle of 44º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585449 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB888473-
CMYK00.050.170.65
HSL44º9.32%31.57%-
HSV(B)44º17.05%34.51%-
XYZ8.48.97.58-
YUV83.94121.83130.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=35.92%
G=34.29%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88847300.050.170.65449.3231.57
Hex5854490511412c920
Octal1301241110521101541140
Binary10110001010100100100101011000110000011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585449; }

 p { color: rgb(88,84,73); }

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

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

 a { background-color: rgb(88,84,73); }

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

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

 span { border-color: rgb(88,84,73); }

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