Html Css Color HEX #56524A Masala

📋 copy color: '#56524A'

red 86 ◦ green 82 ◦ blue 74

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

Shades of Masala #56524A

Tints of Masala #56524A

RGB

 RED value IS 86 (33.98% from 255) = 35.54%

 GREEN value IS 82 (32.42% from 255) = 33.88%

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

R = 35.54%
G = 33.88%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56524A (or 0x56524A) is known color: Masala. HEX triplet: 56, 52 and 4A. RGB value is (86,82,74). Sum of RGB (Red+Green+Blue) = 86+82+74=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #56524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56524A is #A9ADB5. Grayscale: #525252. Windows color (decimal): -11120054 or 4870742. OLE color: 4870742.

HSL color Cylindrical-coordinate representation of color #56524A: hue angle of 40º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56524A is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 74 -
CMYK 0 0.05 0.14 0.66
HSL 40º 0.08% 0.31% -
HSV(B) 40º 0.14% 0.34% -
XYZ 8.09 8.51 7.69 -
YUV 82.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 86 82 74 0 0.05 0.14 0.66 40 0.08 0.31
Hex 56 52 4A 0 5 E 42 28 8 1F
Octal 126 122 112 0 5 16 102 50 10 37
Binary 1010110 1010010 1001010 0 101 1110 1000010 101000 1000 11111

Color Harmonies of #56524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56524A

Black with #56524A

Text Example


Text Example

White with #56524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,82,74); }

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

background-color css

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

 a { background-color: rgb(86,82,74); }

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

border-color css

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

 span { border-color: rgb(86,82,74); }

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