Html Css Color HEX #585348 Masala

📋 copy color: '#585348'

red 88 ◦ green 83 ◦ blue 72

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

Shades of Masala #585348

Tints of Masala #585348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 36.21%
G = 34.16%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#585348 (or 0x585348) is known color: Masala. HEX triplet: 58, 53 and 48. RGB value is (88,83,72). Sum of RGB (Red+Green+Blue) = 88+83+72=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #585348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585348 is #A7ACB7. Grayscale: #535353. Windows color (decimal): -10988728 or 4739928. OLE color: 4739928.

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

Color convert

RGB 88 83 72 -
CMYK 0 0.06 0.18 0.65
HSL 41.25º 0.1% 0.31% -
HSV(B) 41.25º 0.18% 0.35% -
XYZ 8.29 8.73 7.38 -
YUV 83.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 88 83 72 0 0.06 0.18 0.65 41.25 0.1 0.31
Hex 58 53 48 0 6 12 41 29 A 1F
Octal 130 123 110 0 6 22 101 51 12 37
Binary 1011000 1010011 1001000 0 110 10010 1000001 101001 1010 11111

Color Harmonies of #585348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585348

Black with #585348

Text Example


Text Example

White with #585348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585348; }

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

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

background-color css

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

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

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

border-color css

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

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

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