Html Css Color HEX #56514A Masala

📋 copy color: '#56514A'

red 86 ◦ green 81 ◦ blue 74

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

Shades of Masala #56514A

Tints of Masala #56514A

RGB

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

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

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

R = 35.68%
G = 33.61%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56514A (or 0x56514A) is known color: Masala. HEX triplet: 56, 51 and 4A. RGB value is (86,81,74). Sum of RGB (Red+Green+Blue) = 86+81+74=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #56514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56514A is #A9AEB5. Grayscale: #515151. Windows color (decimal): -11120310 or 4870486. OLE color: 4870486.

HSL color Cylindrical-coordinate representation of color #56514A: hue angle of 35º 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 #56514A is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 74 -
CMYK 0 0.06 0.14 0.66
HSL 35º 0.08% 0.31% -
HSV(B) 35º 0.14% 0.34% -
XYZ 8.02 8.36 7.67 -
YUV 81.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 86 81 74 0 0.06 0.14 0.66 35 0.08 0.31
Hex 56 51 4A 0 6 E 42 23 8 1F
Octal 126 121 112 0 6 16 102 43 10 37
Binary 1010110 1010001 1001010 0 110 1110 1000010 100011 1000 11111

Color Harmonies of #56514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56514A

Black with #56514A

Text Example


Text Example

White with #56514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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