#585142

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

Shades of Masala #585142

Tints of Masala #585142

Color information

#585142 (or 0x585142) is unknown color: approx Masala. HEX triplet: 58, 51 and 42. RGB value is (88,81,66). Sum of RGB (Red+Green+Blue) = 88+81+66=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #585142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585142 is #A7AEBD. Grayscale: #515151. Windows color (decimal): -10989246 or 4346200. OLE color: 4346200.

HSL color Cylindrical-coordinate representation of color #585142: hue angle of 40.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585142 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB888166-
CMYK00.080.250.65
HSL40.91º14.29%30.2%-
HSV(B)40.91º25%34.51%-
XYZ7.958.356.35-
YUV81.38119.32132.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=37.45%
G=34.47%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88816600.080.250.6540.9114.2930.2
Hex58514208194129e1e
Octal13012110201031101511636
Binary10110001010001100001001000110011000001101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585142; }

 p { color: rgb(88,81,66); }

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

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

 a { background-color: rgb(88,81,66); }

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

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

 span { border-color: rgb(88,81,66); }

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