Html Css Color HEX #595348 Masala

📋 copy color: '#595348'

red 89 ◦ green 83 ◦ blue 72

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

Shades of Masala #595348

Tints of Masala #595348

RGB

 RED value IS 89 (35.16% from 255) = 36.48%

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

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

R = 36.48%
G = 34.02%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#595348 (or 0x595348) is known color: Masala. HEX triplet: 59, 53 and 48. RGB value is (89,83,72). Sum of RGB (Red+Green+Blue) = 89+83+72=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #595348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595348 is #A6ACB7. Grayscale: #535353. Windows color (decimal): -10923192 or 4739929. OLE color: 4739929.

HSL color Cylindrical-coordinate representation of color #595348: hue angle of 38.82º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595348 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 72 -
CMYK 0 0.07 0.19 0.65
HSL 38.82º 0.11% 0.32% -
HSV(B) 38.82º 0.19% 0.35% -
XYZ 8.38 8.78 7.38 -
YUV 83.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 89 83 72 0 0.07 0.19 0.65 38.82 0.11 0.32
Hex 59 53 48 0 7 13 41 27 B 20
Octal 131 123 110 0 7 23 101 47 13 40
Binary 1011001 1010011 1001000 0 111 10011 1000001 100111 1011 100000

Color Harmonies of #595348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595348

Black with #595348

Text Example


Text Example

White with #595348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595348; }

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

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

background-color css

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

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

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

border-color css

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

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

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