Html Css Color HEX #565149 Masala

📋 copy color: '#565149'

red 86 ◦ green 81 ◦ blue 73

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

Shades of Masala #565149

Tints of Masala #565149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 35.83%
G = 33.75%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#565149 (or 0x565149) is known color: Masala. HEX triplet: 56, 51 and 49. RGB value is (86,81,73). Sum of RGB (Red+Green+Blue) = 86+81+73=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #565149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565149 is #A9AEB6. Grayscale: #515151. Windows color (decimal): -11120311 or 4804950. OLE color: 4804950.

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

Color convert

RGB 86 81 73 -
CMYK 0 0.06 0.15 0.66
HSL 36.92º 0.08% 0.31% -
HSV(B) 36.92º 0.15% 0.34% -
XYZ 7.98 8.34 7.49 -
YUV 81.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 86 81 73 0 0.06 0.15 0.66 36.92 0.08 0.31
Hex 56 51 49 0 6 F 42 25 8 1F
Octal 126 121 111 0 6 17 102 45 10 37
Binary 1010110 1010001 1001001 0 110 1111 1000010 100101 1000 11111

Color Harmonies of #565149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565149

Black with #565149

Text Example


Text Example

White with #565149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565149; }

 p { color: rgb(86,81,73); }

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

background-color css

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

 a { background-color: rgb(86,81,73); }

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

border-color css

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

 span { border-color: rgb(86,81,73); }

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