Html Css Color HEX #585141 Masala

📋 copy color: '#585141'

red 88 ◦ green 81 ◦ blue 65

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

Shades of Masala #585141

Tints of Masala #585141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 37.61%
G = 34.62%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585141 (or 0x585141) is known color: Masala. HEX triplet: 58, 51 and 41. RGB value is (88,81,65). Sum of RGB (Red+Green+Blue) = 88+81+65=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #585141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585141 is #A7AEBE. Grayscale: #515151. Windows color (decimal): -10989247 or 4280664. OLE color: 4280664.

HSL color Cylindrical-coordinate representation of color #585141: hue angle of 41.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585141 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 65 -
CMYK 0 0.08 0.26 0.65
HSL 41.74º 0.15% 0.3% -
HSV(B) 41.74º 0.26% 0.35% -
XYZ 7.92 8.34 6.19 -
YUV 81.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 88 81 65 0 0.08 0.26 0.65 41.74 0.15 0.3
Hex 58 51 41 0 8 1A 41 2A F 1E
Octal 130 121 101 0 10 32 101 52 17 36
Binary 1011000 1010001 1000001 0 1000 11010 1000001 101010 1111 11110

Color Harmonies of #585141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585141

Black with #585141

Text Example


Text Example

White with #585141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585141; }

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

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

background-color css

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

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

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

border-color css

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

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

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