#585242

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

Shades of Masala #585242

Tints of Masala #585242

Color information

#585242 (or 0x585242) is unknown color: approx Masala. HEX triplet: 58, 52 and 42. RGB value is (88,82,66). Sum of RGB (Red+Green+Blue) = 88+82+66=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #585242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585242 is #A7ADBD. Grayscale: #525252. Windows color (decimal): -10988990 or 4346456. OLE color: 4346456.

HSL color Cylindrical-coordinate representation of color #585242: hue angle of 43.64º 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 #585242 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB888266-
CMYK00.070.250.65
HSL43.64º14.29%30.2%-
HSV(B)43.64º25%34.51%-
XYZ8.038.56.37-
YUV81.97118.99132.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=37.29%
G=34.75%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88826600.070.250.6543.6414.2930.2
Hex5852420719412ce1e
Octal1301221020731101541636
Binary1011000101001010000100111110011000001101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585242; }

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

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

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

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

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

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

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

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