#585348

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

Shades of Masala #585348

Tints of Masala #585348

Color information

#585348 (or 0x585348) is unknown color: approx Masala. HEX triplet: 58, 53 and 48. RGB value is (88,83,72). Sum of RGB (Red+Green+Blue) = 88+83+72=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #585348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585348 is #A7ACB7. Grayscale: #535353. Windows color (decimal): -10988728 or 4739928. OLE color: 4739928.

HSL color Cylindrical-coordinate representation of color #585348: hue angle of 41.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585348 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB888372-
CMYK00.060.180.65
HSL41.25º10%31.37%-
HSV(B)41.25º18.18%34.51%-
XYZ8.298.737.38-
YUV83.24121.66131.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=36.21%
G=34.16%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88837200.060.180.6541.251031.37
Hex58534806124129a1f
Octal1301231100622101511237
Binary1011000101001110010000110100101000001101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585348; }

 p { color: rgb(88,83,72); }

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

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

 a { background-color: rgb(88,83,72); }

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

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

 span { border-color: rgb(88,83,72); }

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