Html Css Color HEX #585242 Masala

📋 copy color: '#585242'

red 88 ◦ green 82 ◦ blue 66

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

Shades of Masala #585242

Tints of Masala #585242

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 value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585242 (or 0x585242) is known color: 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

RGB 88 82 66 -
CMYK 0 0.07 0.25 0.65
HSL 43.64º 0.14% 0.3% -
HSV(B) 43.64º 0.25% 0.35% -
XYZ 8.03 8.5 6.37 -
YUV 81.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 88 82 66 0 0.07 0.25 0.65 43.64 0.14 0.3
Hex 58 52 42 0 7 19 41 2C E 1E
Octal 130 122 102 0 7 31 101 54 16 36
Binary 1011000 1010010 1000010 0 111 11001 1000001 101100 1110 11110

Color Harmonies of #585242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585242

Black with #585242

Text Example


Text Example

White with #585242

Text Example


Text Example

HTML Codes & Css Web 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>