Html Css Color HEX #585248 Masala

📋 copy color: '#585248'

red 88 ◦ green 82 ◦ blue 72

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

Shades of Masala #585248

Tints of Masala #585248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 36.36%
G = 33.88%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#585248 (or 0x585248) is known color: Masala. HEX triplet: 58, 52 and 48. RGB value is (88,82,72). Sum of RGB (Red+Green+Blue) = 88+82+72=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585248 is #A7ADB7. Grayscale: #525252. Windows color (decimal): -10988984 or 4739672. OLE color: 4739672.

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

Color convert

RGB 88 82 72 -
CMYK 0 0.07 0.18 0.65
HSL 37.5º 0.1% 0.31% -
HSV(B) 37.5º 0.18% 0.35% -
XYZ 8.21 8.58 7.35 -
YUV 82.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 88 82 72 0 0.07 0.18 0.65 37.5 0.1 0.31
Hex 58 52 48 0 7 12 41 26 A 1F
Octal 130 122 110 0 7 22 101 46 12 37
Binary 1011000 1010010 1001000 0 111 10010 1000001 100110 1010 11111

Color Harmonies of #585248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585248

Black with #585248

Text Example


Text Example

White with #585248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585248; }

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

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

background-color css

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

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

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

border-color css

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

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

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