#585244

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

Shades of Masala #585244

Tints of Masala #585244

Color information

#585244 (or 0x585244) is unknown color: approx Masala. HEX triplet: 58, 52 and 44. RGB value is (88,82,68). Sum of RGB (Red+Green+Blue) = 88+82+68=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585244 is #A7ADBB. Grayscale: #525252. Windows color (decimal): -10988988 or 4477528. OLE color: 4477528.

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

Color convert

RGB888268-
CMYK00.070.230.65
HSL42º12.82%30.59%-
HSV(B)42º22.73%34.51%-
XYZ8.098.536.69-
YUV82.2119.99132.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=36.97%
G=34.45%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88826800.070.230.654212.8230.59
Hex5852440717412ad1f
Octal1301221040727101521537
Binary1011000101001010001000111101111000001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585244; }

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

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

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

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

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

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

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

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