Html Css Color HEX #58544C Masala

📋 copy color: '#58544C'

red 88 ◦ green 84 ◦ blue 76

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

Shades of Masala #58544C

Tints of Masala #58544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 35.48%
G = 33.87%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58544C (or 0x58544C) is known color: Masala. HEX triplet: 58, 54 and 4C. RGB value is (88,84,76). Sum of RGB (Red+Green+Blue) = 88+84+76=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58544C is #A7ABB3. Grayscale: #545454. Windows color (decimal): -10988468 or 5002328. OLE color: 5002328.

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

Color convert

RGB 88 84 76 -
CMYK 0 0.05 0.14 0.65
HSL 40º 0.07% 0.32% -
HSV(B) 40º 0.14% 0.35% -
XYZ 8.5 8.94 8.11 -
YUV 84.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 88 84 76 0 0.05 0.14 0.65 40 0.07 0.32
Hex 58 54 4C 0 5 E 41 28 7 20
Octal 130 124 114 0 5 16 101 50 7 40
Binary 1011000 1010100 1001100 0 101 1110 1000001 101000 111 100000

Color Harmonies of #58544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58544C

Black with #58544C

Text Example


Text Example

White with #58544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58544C; }

 p { color: rgb(88,84,76); }

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

background-color css

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

 a { background-color: rgb(88,84,76); }

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

border-color css

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

 span { border-color: rgb(88,84,76); }

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