Html Css Color HEX #585249 Masala

📋 copy color: '#585249'

red 88 ◦ green 82 ◦ blue 73

#585249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #585249

Tints of Masala #585249

RGB

 RED value IS 88 (34.77% from 255) = 36.21%

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 36.21%
G = 33.74%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#585249 (or 0x585249) is known color: Masala. HEX triplet: 58, 52 and 49. RGB value is (88,82,73). Sum of RGB (Red+Green+Blue) = 88+82+73=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #585249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585249 is #A7ADB6. Grayscale: #525252. Windows color (decimal): -10988983 or 4805208. OLE color: 4805208.

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

Color convert

RGB 88 82 73 -
CMYK 0 0.07 0.17 0.65
HSL 36º 0.09% 0.32% -
HSV(B) 36º 0.17% 0.35% -
XYZ 8.24 8.59 7.53 -
YUV 82.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 88 82 73 0 0.07 0.17 0.65 36 0.09 0.32
Hex 58 52 49 0 7 11 41 24 9 20
Octal 130 122 111 0 7 21 101 44 11 40
Binary 1011000 1010010 1001001 0 111 10001 1000001 100100 1001 100000

Color Harmonies of #585249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585249

Black with #585249

Text Example


Text Example

White with #585249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585249; }

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

 H1.HeaderClassName
 {
   color: #585249;
 }
 .AnyTagClassName
 {
   color: #585249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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