#585246

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

Shades of Masala #585246

Tints of Masala #585246

Color information

#585246 (or 0x585246) is unknown color: approx Masala. HEX triplet: 58, 52 and 46. RGB value is (88,82,70). Sum of RGB (Red+Green+Blue) = 88+82+70=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #585246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585246 is #A7ADB9. Grayscale: #525252. Windows color (decimal): -10988986 or 4608600. OLE color: 4608600.

HSL color Cylindrical-coordinate representation of color #585246: hue angle of 40º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585246 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB888270-
CMYK00.070.200.65
HSL40º11.39%30.98%-
HSV(B)40º20.45%34.51%-
XYZ8.158.557.02-
YUV82.43120.99131.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=36.67%
G=34.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88827000.070.200.654011.3930.98
Hex58524607144128b1f
Octal1301221060724101501337
Binary1011000101001010001100111101001000001101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585246; }

 p { color: rgb(88,82,70); }

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

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

 a { background-color: rgb(88,82,70); }

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

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

 span { border-color: rgb(88,82,70); }

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