Html Css Color HEX #585142 Masala

📋 copy color: '#585142'

red 88 ◦ green 81 ◦ blue 66

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

Shades of Masala #585142

Tints of Masala #585142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 37.45%
G = 34.47%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585142 (or 0x585142) is known color: Masala. HEX triplet: 58, 51 and 42. RGB value is (88,81,66). Sum of RGB (Red+Green+Blue) = 88+81+66=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #585142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585142 is #A7AEBD. Grayscale: #515151. Windows color (decimal): -10989246 or 4346200. OLE color: 4346200.

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

Color convert

RGB 88 81 66 -
CMYK 0 0.08 0.25 0.65
HSL 40.91º 0.14% 0.3% -
HSV(B) 40.91º 0.25% 0.35% -
XYZ 7.95 8.35 6.35 -
YUV 81.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 88 81 66 0 0.08 0.25 0.65 40.91 0.14 0.3
Hex 58 51 42 0 8 19 41 29 E 1E
Octal 130 121 102 0 10 31 101 51 16 36
Binary 1011000 1010001 1000010 0 1000 11001 1000001 101001 1110 11110

Color Harmonies of #585142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585142

Black with #585142

Text Example


Text Example

White with #585142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585142; }

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

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

background-color css

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

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

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

border-color css

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

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

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