Html Css Color HEX #58534A Masala

📋 copy color: '#58534A'

red 88 ◦ green 83 ◦ blue 74

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

Shades of Masala #58534A

Tints of Masala #58534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 35.92%
G = 33.88%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58534A (or 0x58534A) is known color: Masala. HEX triplet: 58, 53 and 4A. RGB value is (88,83,74). Sum of RGB (Red+Green+Blue) = 88+83+74=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #58534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58534A is #A7ACB5. Grayscale: #535353. Windows color (decimal): -10988726 or 4871000. OLE color: 4871000.

HSL color Cylindrical-coordinate representation of color #58534A: hue angle of 38.57º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #58534A is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 74 -
CMYK 0 0.06 0.16 0.65
HSL 38.57º 0.09% 0.32% -
HSV(B) 38.57º 0.16% 0.35% -
XYZ 8.35 8.76 7.73 -
YUV 83.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 88 83 74 0 0.06 0.16 0.65 38.57 0.09 0.32
Hex 58 53 4A 0 6 10 41 27 9 20
Octal 130 123 112 0 6 20 101 47 11 40
Binary 1011000 1010011 1001010 0 110 10000 1000001 100111 1001 100000

Color Harmonies of #58534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58534A

Black with #58534A

Text Example


Text Example

White with #58534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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